struct Crylog::Handlers::NoopHandler
- Crylog::Handlers::NoopHandler
- Crylog::Handlers::LogHandler
- Struct
- Value
- Object
Overview
Handles any message but does nothing with it.
Defined in:
handlers/noop_handler.crInstance Method Summary
-
#handle(message : Crylog::Message) : Bool
Does nothing with message.
-
#handles?(message : Crylog::Message) : Bool
Handles any message.