log method
- dynamic exception,
- [StackTrace stack,
- dynamic context]
Calls all the registered listeners with error information, but without the error value unlike in set().
Implementation
void log(dynamic exception, [StackTrace stack, dynamic context]);