struct LavinMQ::Logger
- LavinMQ::Logger
- Struct
- Value
- Object
Defined in:
lavinmq/logger.crConstructors
Instance Method Summary
- #debug(exception : Exception | Nil = nil, &)
- #error(exception : Exception | Nil = nil, &)
- #fatal(exception : Exception | Nil = nil, &)
- #info(exception : Exception | Nil = nil, &)
- #notice(exception : Exception | Nil = nil, &)
- #trace(exception : Exception | Nil = nil, &)
- #warn(exception : Exception | Nil = nil, &)