class Katip::Logger

Defined in:

katip/logger.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def config : Config #

[View source]
def config=(config : Config) #

[View source]
def configure(&) #

[View source]
def debug(text : String, obj_class = Object.class, ex = NotSetException.new("Not Init")) #

[View source]
def error(text : String, obj_class = Object.class, ex = NotSetException.new("Not Init")) #

[View source]
def fatal(text : String, obj_class = Object.class, ex = NotSetException.new("Not Init")) #

[View source]
def info(text : String, obj_class = Object.class, ex = NotSetException.new("Not Init")) #

[View source]
def warn(text : String, obj_class = Object.class, ex = NotSetException.new("Not Init")) #

[View source]