public abstract class InternalLoggerFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_LOGGER |
static String |
LOGGER_INNER |
static String |
LOGGER_SLF4J |
| Constructor and Description |
|---|
InternalLoggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doRegister() |
static InternalLogger |
getLogger(Class clazz) |
static InternalLogger |
getLogger(String name) |
protected abstract InternalLogger |
getLoggerInstance(String name) |
protected abstract String |
getLoggerType() |
static void |
setCurrentLoggerType(String type) |
protected abstract void |
shutdown() |
public static final String LOGGER_SLF4J
public static final String LOGGER_INNER
public static final String DEFAULT_LOGGER
public static InternalLogger getLogger(Class clazz)
public static InternalLogger getLogger(String name)
public static void setCurrentLoggerType(String type)
protected void doRegister()
protected abstract void shutdown()
protected abstract InternalLogger getLoggerInstance(String name)
protected abstract String getLoggerType()
Copyright © 2012–2023 Apache Software Foundation. All rights reserved.