class Katip::Core::App

Defined in:

katip/core/app.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(config : Config) #

[View source]

Instance Method Detail

def configure(config : Config) #

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

DEBUG


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

ERROR


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

FATAL


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

INFO


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

WARN


[View source]