log

open fun log(writer: BiConsumer<String, Throwable?>)

Logs this entry with the provided writer

Author

fzzyhmstrs

Since

0.7.0

Parameters

writer

BiConsumer writer for applying log lines. This is often a logger created with createEntryLogger

See also