Microservices Libs
Toggle table of contents
1.0.0
native
Target filter
native
Switch theme
Search in API
Skip to content
Microservices Libs
common
/
dev.limebeck.libs.logger
/
NaiveNativeLogger
Naive
Native
Logger
native
class
NaiveNativeLogger
(
val
tag
:
String
,
val
writer
:
(
String
)
->
Unit
=
::println
)
:
Logger
Members
Constructors
Naive
Native
Logger
Link copied to clipboard
native
constructor
(
tag
:
String
,
writer
:
(
String
)
->
Unit
=
::println
)
Properties
tag
Link copied to clipboard
native
val
tag
:
String
writer
Link copied to clipboard
native
val
writer
:
(
String
)
->
Unit
Functions
debug
Link copied to clipboard
native
open
override
fun
debug
(
message
:
MessageProducer
)
error
Link copied to clipboard
native
open
override
fun
error
(
throwable
:
Throwable
?
,
message
:
MessageProducer
)
info
Link copied to clipboard
native
open
override
fun
info
(
message
:
MessageProducer
)
warn
Link copied to clipboard
native
open
override
fun
warn
(
message
:
MessageProducer
)