Expand description
Provides error types.
§Default error handler
If a logger or sink does not have an error handler set up, a default error
handler will be used, which will print the error to stderr
.
Structs§
- Build
Pattern Error runtime-pattern
- Indicates that an error occurred while building a pattern at compile-time.
- SetLogger
Name Error - Indicates that an invalid logger name was set.
Enums§
- EnvLevel
Error - The error type of environment level initialization.
- Error
- Contains most errors of this crate.
- Invalid
Argument Error - Indicates that an invalid parameter was specified.
- Send
ToChannel Error multi-thread
- Indicates that an error occurred while sending to channel.
- Send
ToChannel Error Dropped multi-thread
- Contains data that is dropped after sending to the channel failed.
Type Aliases§
- Error
Handler - The error handler function type.
- Result
- The result type of this crate.