module Cosmo::Logger
Extended Modules
Defined in:
cosmo/logger.crInstance Method Summary
- #debug=(on : Bool) : Nil
- #report_error(error_type : String, message : String, line : UInt32, pos : UInt32, file_path : String) : Exception
- #report_error(error_type : String, message : String, token : Token) : Exception
- #report_exception(ex : E) forall E
Instance Method Detail
def report_error(error_type : String, message : String, line : UInt32, pos : UInt32, file_path : String) : Exception
#