Structs§
- Logger
Builder - Constructs an NIH-log logger.
- SetLogger
Error - An error raised when setting a logger after one has already been set.
Enums§
- Output
Target - 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.
- SetTarget
Error - An error raised when setting the logger’s output target. This can be converted back to the
builder using
Into<Builder>
.