toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-client
/
io.getstream.chat.android.client.logger
/
ChatLoggerHandler
Chat
Logger
Handler
interface
ChatLoggerHandler
Members
Functions
log
D
Link copied to clipboard
abstract
fun
logD
(
tag
:
Any
,
message
:
String
)
log
E
Link copied to clipboard
abstract
fun
logE
(
tag
:
Any
,
message
:
String
)
abstract
fun
logE
(
tag
:
Any
,
message
:
String
,
throwable
:
Throwable
)
log
I
Link copied to clipboard
abstract
fun
logI
(
tag
:
Any
,
message
:
String
)
log
T
Link copied to clipboard
abstract
fun
logT
(
throwable
:
Throwable
)
abstract
fun
logT
(
tag
:
Any
,
throwable
:
Throwable
)
log
V
Link copied to clipboard
open
fun
logV
(
tag
:
Any
,
message
:
String
)
log
W
Link copied to clipboard
abstract
fun
logW
(
tag
:
Any
,
message
:
String
)