-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.logger.ChatLoggerConfig
@Deprecated(message = Use ChatLoggerConfig instead., replaceWith = @ReplaceWith(imports = {io.getstream.chat.android.client.logger.ChatLoggerConfig}, expression = ChatLoggerConfig), level = DeprecationLevel.WARNING) public final class ChatLogger.Config implements ChatLoggerConfig
-
-
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 ChatLogLevelgetLevel()ChatLoggerHandlergetHandler()-
-
Constructor Detail
-
ChatLogger.Config
ChatLogger.Config(ChatLogLevel level, ChatLoggerHandler handler)
-
-
Method Detail
-
getLevel
ChatLogLevel getLevel()
-
getHandler
ChatLoggerHandler getHandler()
-
-
-
-