logging
Toggle table of contents
2.0.1
common
Platform filter
common
Switch theme
Search in API
logging
logging
/
com.diamondedge.logging
/
LoggerApi
Logger
Api
interface
LoggerApi
Inheritors
Logger
Members
Functions
debug
Link copied to clipboard
abstract
fun
debug
(
tag
:
String
,
msg
:
String
)
error
Link copied to clipboard
abstract
fun
error
(
tag
:
String
,
msg
:
String
,
t
:
Throwable
?
=
null
)
info
Link copied to clipboard
abstract
fun
info
(
tag
:
String
,
msg
:
String
)
verbose
Link copied to clipboard
abstract
fun
verbose
(
tag
:
String
,
msg
:
String
)
warn
Link copied to clipboard
abstract
fun
warn
(
tag
:
String
,
msg
:
String
,
t
:
Throwable
?
=
null
)