-
public final class ChatLogger.Config
-
-
Field Summary
Fields Modifier and Type Field Description private final ChatLogLevellevelprivate final ChatLoggerHandlerhandler
-
Constructor Summary
Constructors Constructor Description ChatLogger.Config(ChatLogLevel level, ChatLoggerHandler handler)
-
Method Summary
Modifier and Type Method Description final ChatLogLevelgetLevel()final ChatLoggerHandlergetHandler()-
-
Constructor Detail
-
ChatLogger.Config
ChatLogger.Config(ChatLogLevel level, ChatLoggerHandler handler)
-
-
Method Detail
-
getLevel
final ChatLogLevel getLevel()
-
getHandler
final ChatLoggerHandler getHandler()
-
-
-
-