| Package | Description |
|---|---|
| org.appops.logging.destination | |
| org.appops.logging.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaUtilLogger
JavaUtilLogger class.
|
class |
Log4jLogger
Add and manage handlers of
Logger. |
class |
LogbackLogger
LogbackLogger class.
|
class |
NoOpLogger
NoOpLogger class.
|
| Modifier and Type | Method and Description |
|---|---|
DestinationLogger |
DestinationLoggerProvider.get() |
DestinationLogger |
DestinationLoggerStore.get()
Fetch
DestinationLogger from LoggerConfig and return instance. |
DestinationLogger<?> |
DestinationLoggerStore.get(LoggerType logger)
To fetch specific
DestinationLogger instance. |
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<LoggerType,DestinationLogger<?>> |
DestinationLoggerStore.getDestinationLoggers()
|
| Modifier and Type | Method and Description |
|---|---|
void |
DestinationLoggerStore.register(DestinationLogger<?> logger)
register.
|
| 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 |
|---|---|
DestinationLogger |
LoggerImpl.getDestinationLogger()
Getter for the field
destinationLogger. |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggerImpl.setDestinationLogger(com.google.inject.Provider<DestinationLogger> destinationLogger)
Setter for the field
destinationLogger. |
Copyright © 2022. All rights reserved.