Package net.orbyfied.j8.util.logging
Class LoggerGroup
java.lang.Object
net.orbyfied.j8.util.logging.LoggerGroup
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConfigure(LoggerGroup.Configure configure) protected voidapplyConfig(Logger logger) voidQueues a new log record and notifies the worker thread if it is waiting..removeConfigure(LoggerGroup.Configure configure) setActive(boolean b) Set the worker status.
-
Field Details
-
GLOBAL
-
-
Constructor Details
-
LoggerGroup
-
-
Method Details
-
addConfigure
-
removeConfigure
-
getByName
-
create
-
add
-
remove
-
remove
-
applyConfig
-
queue
Queues a new log record and notifies the worker thread if it is waiting..- Parameters:
record- The record.
-
setActive
Set the worker status.- Parameters:
b- Active or inactive.- Returns:
- This.
-