public class RuntimeLoggerFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SOFA_RUNTIME_LOG_SPACE
sofa runtime log space
|
| Constructor and Description |
|---|
RuntimeLoggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.slf4j.Logger |
getLogger(Class<?> clazz)
get Logger Object
|
static org.slf4j.Logger |
getLogger(String name)
get Logger Object
|
public static final String SOFA_RUNTIME_LOG_SPACE
public static org.slf4j.Logger getLogger(String name)
name - name of the loggerpublic static org.slf4j.Logger getLogger(Class<?> clazz)
clazz - the returned logger will be named after clazzCopyright © 2021. All rights reserved.