Module handler

Module handler 

Source

Modules§

console
file
network

Structs§

BaseHandler
Base handler implementation
NullHandler
A handler that does nothing

Enums§

HandlerError
Error type for handler operations

Traits§

Handler
A trait for handlers that handle log records

Functions§

new_handler_ref
Creates a new handler reference from a handler.

Type Aliases§

HandlerFilter
A type alias for a handler filter function
HandlerRef
A type alias for a thread-safe handler reference.