module MyLog

Extended Modules

Defined in:

cover.cr

Instance Method Summary

Instance Method Detail

def close #

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

[View source]
def debug(*args, **options) #

[View source]
def debug(*args, **options, &) #

[View source]
def error(*args, **options) #

[View source]
def error(*args, **options, &) #

[View source]
def fatal(*args, **options) #

[View source]
def fatal(*args, **options, &) #

[View source]
def info(*args, **options) #

[View source]
def info(*args, **options, &) #

[View source]
def unknown(*args, **options) #

[View source]
def unknown(*args, **options, &) #

[View source]
def warn(*args, **options) #

[View source]
def warn(*args, **options, &) #

[View source]