dataforge-context
/
space.kscience.dataforge.context
/
Logger
common
Logger
fun interface
Logger
Content copied to clipboard
Functions
Extensions
Inheritors
Functions
log
Link copied to clipboard
common
abstract fun
log
(tag:
String
, body: () ->
String
)
Content copied to clipboard
Inheritors
LogManager
Link copied to clipboard
Extensions
debug
Link copied to clipboard
common
fun
Logger
.
debug
(body: () ->
String
)
Content copied to clipboard
error
Link copied to clipboard
common
fun
Logger
.
error
(body: () ->
String
)
Content copied to clipboard
fun
Logger
.
error
(throwable:
Throwable
?, body: () ->
String
)
Content copied to clipboard
info
Link copied to clipboard
common
fun
Logger
.
info
(body: () ->
String
)
Content copied to clipboard
trace
Link copied to clipboard
common
fun
Logger
.
trace
(body: () ->
String
)
Content copied to clipboard
warn
Link copied to clipboard
common
fun
Logger
.
warn
(body: () ->
String
)
Content copied to clipboard