pushBuffer

Pushes a LogEntry to the buffer

Since

0.3.0

Parameters

entry

The LogEntry to push


fun pushBuffer(level: LogLevel, message: String)(source)

Pushes a LogEntry to the buffer

Since

0.3.0

Parameters

level

The LogLevel of the LogEntry

message

The message of the LogEntry