kiosk-ops-sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
kiosk-ops-sdk
kiosk-ops-sdk
/
com.sarastarquant.kioskops.sdk.logging
/
RingLog
Ring
Log
class
RingLog
(
context
:
Context
,
maxLines
:
Int
=
2000
)
Members
Constructors
Ring
Log
Link copied to clipboard
constructor
(
context
:
Context
,
maxLines
:
Int
=
2000
)
Functions
e
Link copied to clipboard
fun
e
(
tag
:
String
,
msg
:
String
,
t
:
Throwable
?
=
null
)
export
To
File
Link copied to clipboard
fun
exportToFile
(
)
:
File
i
Link copied to clipboard
fun
i
(
tag
:
String
,
msg
:
String
)
w
Link copied to clipboard
fun
w
(
tag
:
String
,
msg
:
String
,
t
:
Throwable
?
=
null
)