toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-logging
/
com.mapbox.dash.logging.memory
/
AppLog
App
Log
data
class
AppLog
(
val
date
:
Date
,
val
priority
:
Int
,
val
tag
:
String
,
val
msg
:
String
,
val
exception
:
Throwable
?
)
Members
Constructors
App
Log
Link copied to clipboard
constructor
(
date
:
Date
,
priority
:
Int
,
tag
:
String
,
msg
:
String
,
exception
:
Throwable
?
)
Properties
date
Link copied to clipboard
val
date
:
Date
exception
Link copied to clipboard
val
exception
:
Throwable
?
msg
Link copied to clipboard
val
msg
:
String
priority
Link copied to clipboard
val
priority
:
Int
tag
Link copied to clipboard
val
tag
:
String
Functions
format
Link copied to clipboard
fun
format
(
dateFormat
:
SimpleDateFormat
)
:
String
priority
To
String
Link copied to clipboard
fun
priorityToString
(
)
:
String