| Package | Description |
|---|---|
| org.appops.logging.destination | |
| org.appops.logging.logger.config | |
| org.appops.logging.logger.config.constant |
| Modifier and Type | Method and Description |
|---|---|
LoggerType |
NoOpLogger.type()
type.
|
LoggerType |
Log4jLogger.type()
type.
|
abstract LoggerType |
DestinationLogger.type()
type.
|
LoggerType |
JavaUtilLogger.type()
type.
|
LoggerType |
LogbackLogger.type()
type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<LoggerType,DestinationLogger<?>> |
DestinationLoggerStore.getDestinationLoggers()
|
| Modifier and Type | Method and Description |
|---|---|
DestinationLogger<?> |
DestinationLoggerStore.get(LoggerType logger)
To fetch specific
DestinationLogger instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
DestinationLoggerStore.setDestinationLoggers(java.util.HashMap<LoggerType,DestinationLogger<?>> destinationLoggers)
Setter for the field
destinationLoggers. |
| Modifier and Type | Method and Description |
|---|---|
LoggerType |
LoggerConfig.getDestinationLogger()
Getter for the field
destinationLogger. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LoggerType> |
LoggerConfig.getOverrideLoggers()
Getter for the field
overrideLoggers. |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggerConfig.setDestinationLogger(LoggerType destinationLogger)
Setter for the field
destinationLogger. |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggerConfig.setOverrideLoggers(java.util.List<LoggerType> overrideLoggers)
Setter for the field
overrideLoggers. |
| Modifier and Type | Method and Description |
|---|---|
static LoggerType |
LoggerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoggerType[] |
LoggerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.