kslog
0.0.2
common
kslog
/
dev.inmo.kslog.common
/
CallbackKSLog
Callback
KSLog
common
class
CallbackKSLog
(
performLogCallback
:
(
level
:
LogLevel
,
tag
:
String
?
,
message
:
String
,
throwable
:
Throwable
?
)
->
Unit
)
:
KSLog
Content copied to clipboard
Constructors
Functions
Sources
Constructors
Callback
KSLog
Link copied to clipboard
common
fun
CallbackKSLog
(
performLogCallback
:
(
level
:
LogLevel
,
tag
:
String
?
,
message
:
String
,
throwable
:
Throwable
?
)
->
Unit
)
Content copied to clipboard
Functions
perform
Log
Link copied to clipboard
common
open
override
fun
performLog
(
level
:
LogLevel
,
tag
:
String
?
,
message
:
String
,
throwable
:
Throwable
?
)
Content copied to clipboard
Sources
common source
Link copied to clipboard