class Barista::RichLogger

Defined in:

barista/log.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(color : Symbol, name : String) #

[View source]

Instance Method Detail

def color : Symbol #

[View source]
def debug(&block : -> String | IO) #

[View source]
def error(&block : -> String | IO) #

[View source]
def info(&block : -> String | IO) #

[View source]
def name : String #

[View source]
def warn(&block : -> String | IO) #

[View source]