Crate bflog

Source

Macros§

debug
Logs a message at the debug level.
error
Logs a message at the error level.
info
Logs a message at the info level.
trace
Logs a message at the trace level.
warn
Logs a message at the warn level.

Structs§

Bytes
A reference counted contiguous slice of memory.
ContextWriter
Temporary structure that can write additional context to a log entry.
LogSink
A destination for log entries written by Logger instances.
Logger
Sends log entries to a LogSink.

Enums§

Format
One of the possible log formats.
Level
An enum representing the available verbosity levels of the logger.
LevelFilter
An enum representing the available verbosity level filters of the logger.