renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-core
/
renetik.android.core.logging
/
CSLogger
CSLogger
interface
CSLogger
Inheritors
CSAndroidLogger
CSDummyLogger
CSPrintLogger
Members
Members & Extensions
Properties
level
Link copied to clipboard
abstract
val
level
:
CSLogLevel
Functions
debug
Link copied to clipboard
abstract
fun
debug
(
e
:
Throwable
?
,
message
:
String
?
)
error
Link copied to clipboard
abstract
fun
error
(
e
:
Throwable
?
,
message
:
String
?
)
info
Link copied to clipboard
abstract
fun
info
(
e
:
Throwable
?
,
message
:
String
?
)
is
Disabled
Link copied to clipboard
inline
fun
CSLogger
.
isDisabled
(
level
:
CSLogLevel
)
:
Boolean
is
Enabled
Link copied to clipboard
inline
fun
CSLogger
.
isEnabled
(
level
:
CSLogLevel
)
:
Boolean
verbose
Link copied to clipboard
abstract
fun
verbose
(
e
:
Throwable
?
,
message
:
String
?
)
warn
Link copied to clipboard
abstract
fun
warn
(
e
:
Throwable
?
,
message
:
String
?
)