toggle menu
animatedledstrip-core
1.0.5
common
switch theme
search in API
animatedledstrip-core
/
animatedledstrip.utils
/
TestLogger
Test
Logger
object
TestLogger
Members
Types
Log
Link copied to clipboard
data
class
Log
(
val
severity
:
<Error class: unknown class>
,
val
message
:
String
,
val
tag
:
String
)
Properties
logs
Link copied to clipboard
val
logs
:
MutableList
<
TestLogger.Log
>
min
Severity
Link copied to clipboard
var
minSeverity
:
<Error class: unknown class>
Functions
is
Loggable
Link copied to clipboard
open
fun
isLoggable
(
severity
:
<Error class: unknown class>
)
:
Boolean
log
Link copied to clipboard
open
fun
log
(
severity
:
<Error class: unknown class>
,
message
:
String
,
tag
:
String
,
throwable
:
Throwable
?
)
start
Log
Capture
Link copied to clipboard
fun
startLogCapture
(
)
stop
Log
Capture
Link copied to clipboard
fun
stopLogCapture
(
)