Interface ChatLoggerConfig
-
- All Implemented Interfaces:
public interface ChatLoggerConfigA logging config to be used by the client.
-
-
Method Summary
Modifier and Type Method Description abstract ChatLogLevelgetLevel()abstract ChatLoggerHandlergetHandler()-
-
Method Detail
-
getLevel
abstract ChatLogLevel getLevel()
-
getHandler
abstract ChatLoggerHandler getHandler()
-
-
-
-