-
- All Implemented Interfaces:
public class ChatLogger.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private ChatLoggerinstancepublic final static ChatLogger.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final TaggedLoggerget(Object tag)final ChatLoggergetInstance()final UnitsetInstance(ChatLogger instance)-
-
Method Detail
-
get
@Deprecated(message = "Use StreamLog.getLogger instead.", replaceWith = @ReplaceWith(imports = {"io.getstream.logging.StreamLog", "io.getstream.logging.TaggedLogger"}, expression = "StreamLog.getLogger(tag: String): TaggedLogger"), level = DeprecationLevel.WARNING) final TaggedLogger get(Object tag)
-
getInstance
final ChatLogger getInstance()
-
setInstance
final Unit setInstance(ChatLogger instance)
-
-
-
-