class
Azu::ErrorReporter
- Azu::ErrorReporter
- Reference
- Object
Overview
Error aggregation and reporting system
Defined in:
azu/error.crInstance Method Summary
- #clear_errors
- #get_errors_by_type(error_type : String) : Array(ErrorReport)
- #get_recent_errors(limit : Int32 = 100) : Array(ErrorReport)
- #report(error : Exception, context : ErrorContext | Nil = nil, severity : Severity = Severity::ERROR)
Instance Method Detail
def report(error : Exception, context : ErrorContext | Nil = nil, severity : Severity = Severity::ERROR)
#