Cloudike Android Libraries
Toggle table of contents
6.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Cloudike Android Libraries
Core Library
/
com.cloudike.sdk.core.logger
/
Logger
Logger
interface
Logger
Members
Functions
clear
Log
Cache
Link copied to clipboard
abstract
fun
clearLogCache
(
)
create
Child
Link copied to clipboard
abstract
fun
createChild
(
vararg
chips
:
String
)
:
Logger
export
Log
Link copied to clipboard
abstract
fun
exportLog
(
directory
:
File
,
bytesLimit
:
Int
?
=
null
,
minLogLevel
:
LogLevel
?
=
null
)
:
File
log
D
Link copied to clipboard
abstract
fun
logD
(
tag
:
String
,
message
:
String
,
isImportant
:
Boolean
=
false
)
:
Logger
log
E
Link copied to clipboard
abstract
fun
logE
(
tag
:
String
,
message
:
String
,
throwable
:
Throwable
?
=
null
,
isImportant
:
Boolean
=
false
)
:
Logger
log
F
Link copied to clipboard
abstract
fun
logF
(
tag
:
String
,
message
:
String
,
throwable
:
Throwable
?
=
null
,
isImportant
:
Boolean
=
false
)
:
Logger
log
I
Link copied to clipboard
abstract
fun
logI
(
tag
:
String
,
message
:
String
,
isImportant
:
Boolean
=
false
)
:
Logger
log
V
Link copied to clipboard
abstract
fun
logV
(
tag
:
String
,
message
:
String
,
isImportant
:
Boolean
=
false
)
:
Logger
log
W
Link copied to clipboard
abstract
fun
logW
(
tag
:
String
,
message
:
String
,
throwable
:
Throwable
?
=
null
,
isImportant
:
Boolean
=
false
)
:
Logger
set
Min
Log
Level
Link copied to clipboard
abstract
fun
setMinLogLevel
(
level
:
LogLevel
)