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
/
LogEntry
Log
Entry
data
class
LogEntry
(
val
timestamp
:
Long
,
val
pid
:
Int
,
val
tid
:
Int
,
val
level
:
LogLevel
,
val
tag
:
String
,
val
message
:
String
,
val
throwable
:
Throwable
?
,
val
isImportant
:
Boolean
)
Members
Constructors
Log
Entry
Link copied to clipboard
constructor
(
timestamp
:
Long
,
pid
:
Int
,
tid
:
Int
,
level
:
LogLevel
,
tag
:
String
,
message
:
String
,
throwable
:
Throwable
?
,
isImportant
:
Boolean
)
Properties
is
Important
Link copied to clipboard
val
isImportant
:
Boolean
level
Link copied to clipboard
val
level
:
LogLevel
message
Link copied to clipboard
val
message
:
String
pid
Link copied to clipboard
val
pid
:
Int
tag
Link copied to clipboard
val
tag
:
String
throwable
Link copied to clipboard
val
throwable
:
Throwable
?
tid
Link copied to clipboard
val
tid
:
Int
timestamp
Link copied to clipboard
val
timestamp
:
Long