class Katip::Logger
- Katip::Logger
- Reference
- Object
Defined in:
katip/logger.crConstructors
Instance Method Summary
- #config : Config
- #config=(config : Config)
- #configure(&)
- #debug(text : String, obj_class = Object.class, ex = NotSetException.new("Not Init"))
- #error(text : String, obj_class = Object.class, ex = NotSetException.new("Not Init"))
- #fatal(text : String, obj_class = Object.class, ex = NotSetException.new("Not Init"))
- #info(text : String, obj_class = Object.class, ex = NotSetException.new("Not Init"))
- #warn(text : String, obj_class = Object.class, ex = NotSetException.new("Not Init"))