Crate nih_log

Source

Structs§

LoggerBuilder
Constructs an NIH-log logger.
SetLoggerError
An error raised when setting a logger after one has already been set.

Enums§

OutputTarget
Determines where the logger should write its output. If no explicit target is chosen, then a default dynamic target is used instead. Check the readme for more information.
SetTargetError
An error raised when setting the logger’s output target. This can be converted back to the builder using Into<Builder>.