tracer library
A modern, simple and easy-to-implement logging framework for Dart.
Classes
- Tracer
- The main object for the Tracer library.
- TracerConsoleHandler
- A handler outputting the log events to the system console.
- TracerEventData
- The payload for a new log message event. Should not be created manually.
- TracerFileHandler
- A handler outputting the log events to the file system.
- TracerFilter
- Blueprint for filters.
- TracerHandler
- Blueprint for handlers.
- TracerSimpleConsoleHandler
- A simplified handler outputting the log events to the system console.
Enums
- TracerLevel
- The different levels of logging severity.