kotlin-partials
Toggle table of contents
4.1.2
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-partials
kotlin-partials
/
nl.astraeus.partials
/
PartialsLogger
Partials
Logger
jvm
interface
PartialsLogger
Inheritors
DefaultPartialsLogger
Members
Functions
error
Link copied to clipboard
jvm
abstract
fun
error
(
message
:
String
,
e
:
Throwable
?
=
null
)
log
Link copied to clipboard
jvm
abstract
fun
log
(
message
:
String
)
trace
Link copied to clipboard
jvm
abstract
fun
trace
(
message
:
String
)