kotbase
Toggle table of contents
3.2
Select version
3.2
3.1
3.0
common
Platform filter
common
Switch theme
Search in API
kotbase
couchbase-lite
/
kotbase.logging
/
LogSink
Log
Sink
fun
interface
LogSink
(
source
)
Functional interface for custom log sinks to handle log messages.
Members
Functions
write
Log
Link copied to clipboard
abstract
fun
writeLog
(
level
:
LogLevel
,
domain
:
LogDomain
,
message
:
String
)