module Cosmo::Logger

Extended Modules

Defined in:

cosmo/logger.cr

Instance Method Summary

Instance Method Detail

def debug=(on : Bool) : Nil #

[View source]
def report_error(error_type : String, message : String, line : UInt32, pos : UInt32, file_path : String) : Exception #

[View source]
def report_error(error_type : String, message : String, token : Token) : Exception #

[View source]
def report_exception(ex : E) forall E #

[View source]