class ToposPlayground::ErrorLog

Defined in:

topos-playground/error_log.cr

Constant Summary

ErrSentinel = ""

Class Method Summary

Class Method Detail

def self.debug(&block : -> String) #

[View source]
def self.error(&block : -> String) #

[View source]
def self.fatal(&block : -> String) #

[View source]
def self.info(&block : -> String) #

[View source]
def self.notice(&block : -> String) #

[View source]
def self.trace(&block : -> String) #

[View source]
def self.warn(&block : -> String) #

[View source]