Expand description
Library to store errors and log messages and display them later.
book: www.lesnake.xyz/opt/error_log
Macros
- Attaches debug message to given
ErrorLog - Attach error message to given
ErrorLog - Attach information to given
ErrorLog - Attach trace message to given
ErrorLog - Attach warning to given
ErrorLog - Prints to the standard output.
- Prints to the standard output, with a newline.
- Attach error to given
ErrorLogand return it. - Set
okvalue of givenErrorLogand return it
Structs
- Entry containing an Error of type
Eor an log message - A Object to store multiple error messages and display them at once
Enums
- The Content of the Entry
- How the error should be printed
- An enum representing the available verbosity level filters of the logger.
Traits
- A trait Combining debug and display bounds
- Additional functions for
Entries
Type Definitions
- Type alias for
Vec<Entry<E>>