class

Katip::Logger

Inherits Reference / Object

Constructors

Instance methods

config
Source
config=(config : Config)
Source
configure
Source
debug(text : String, obj_class = Object.class, ex = NotSetException.new("Not Init"))

Source
error(text : String, obj_class = Object.class, ex = NotSetException.new("Not Init"))

Source
fatal(text : String, obj_class = Object.class, ex = NotSetException.new("Not Init"))

Source
info(text : String, obj_class = Object.class, ex = NotSetException.new("Not Init"))

Source
warn(text : String, obj_class = Object.class, ex = NotSetException.new("Not Init"))

Source