basic-logging
Toggle table of contents
0.3.0
android
apple
common
js
jvm
linux
mingw
wasmJs
Target filter
android
apple
common
js
jvm
linux
mingw
wasmJs
Switch theme
Search in API
Skip to content
basic-logging
basic-logging
/
app.lexilabs.basic.logging
Package-level
declarations
Types
Functions
Types
Log
Link copied to clipboard
android
apple
common
js
jvm
linux
mingw
wasmJs
actual
object
Log
:
Logger
An easy-to-use method of logging.
actual
object
Log
:
Logger
An easy-to-use method of logging.
expect
object
Log
:
Logger
An easy-to-use method of logging.
actual
object
Log
:
Logger
An easy-to-use method of logging.
actual
object
Log
:
Logger
An easy-to-use method of logging.
actual
object
Log
:
Logger
An easy-to-use method of logging.
actual
object
Log
:
Logger
An easy-to-use method of logging.
actual
object
Log
:
Logger
An easy-to-use method of logging.
Logger
Link copied to clipboard
interface
Logger
A common interface to enable multiplatform logging.
Functions
debug
Link copied to clipboard
wasmJs
external
fun
debug
(
message
:
String
)
error
Link copied to clipboard
wasmJs
external
fun
error
(
message
:
String
)
log
Link copied to clipboard
wasmJs
external
fun
log
(
message
:
String
)
warn
Link copied to clipboard
wasmJs
external
fun
warn
(
message
:
String
)