toggle menu
logbook
0.4.1
common
switch theme
search in API
logbook
/
moe.micha.logbook
/
LogOutlet
Log
Outlet
interface
LogOutlet
:
CanFormat
(
source
)
Inheritors
ConsoleOutlet
Members
Properties
formatter
Link copied to clipboard
abstract
var
formatter
:
(
LogEntry
)
->
Iterable
<
Chunk
>
?
Functions
format
Link copied to clipboard
open
fun
format
(
entry
:
LogEntry
)
:
Iterable
<
Chunk
>
?
format
With
Link copied to clipboard
open
fun
formatWith
(
formatter
:
(
LogEntry
)
->
Iterable
<
Chunk
>
)
send
Link copied to clipboard
abstract
fun
send
(
chunks
:
Iterable
<
Chunk
>
)