-
public interface ChatLogger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classChatLogger.Configpublic final classChatLogger.Builderpublic classChatLogger.Companion
-
Method Summary
Modifier and Type Method Description abstract UnitlogI(Object tag, String message)abstract UnitlogD(Object tag, String message)abstract UnitlogV(Object tag, String message)abstract UnitlogW(Object tag, String message)abstract UnitlogE(Object tag, String message)abstract UnitlogE(Object tag, Throwable throwable)abstract UnitlogE(Object tag, String message, Throwable throwable)abstract UnitlogE(Object tag, ChatError chatError)abstract UnitlogE(Object tag, String message, ChatError chatError)abstract ChatLogLevelgetLevel()-
-
Method Detail
-
getLevel
abstract ChatLogLevel getLevel()
-
-
-
-