Crate woody

Crate woody 

Source

Macros§

log
The log macro. Used in other macros.
log_debug
Logs a debug message.
log_error
Logs an error message.
log_info
Logs an info message.
log_text
Logs a text message.
log_trace
Logs a trace message.
log_warning
Logs a warning message.

Structs§

LogInfo
The log info struct. This is used to log a message.
Logger
The logger struct. A singleton that can only be created once.

Enums§

LogLevel
Determines the log level of a message.