TalkerLogger class
Methods
copyWith ({TalkerLoggerSettings ? settings , LoggerFormatter ? formatter , LoggerFilter ? filter , dynamic output (String message )? })
→ TalkerLogger
Log a new good message
String msg
- message describes what happened
critical (dynamic msg )
→ void
Log a new critical message
String msg
- message describes what happened
debug (dynamic msg )
→ void
Log a new debug message
String msg
- message describes what happened
error (dynamic msg )
→ void
Log a new error message
String msg
- message describes what happened
info (dynamic msg )
→ void
Log a new info message
String msg
- message describes what happened
log (dynamic msg , {LogLevel ? level , AnsiPen ? pen })
→ void
Log a new custom message
String msg
- message describes what happened
LogLevel level
- level of logs to segmentation фтв control logging output
AnsiPen pen
- console pen to setting log color
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited
verbose (dynamic msg )
→ void
Log a new verbose message
String msg
- message describes what happened
warning (dynamic msg )
→ void
Log a new warning message
String msg
- message describes what happened