tracer 0.4.2
tracer: ^0.4.2 copied to clipboard
A modern, simple and easy-to-implement logging framework for Dart.
0.4.2 #
- Fixed error character being added to the beginning of
TracerFileHandler
's log file when usingappend
0.4.1 #
- Reworked
TracerFileHandler
,shareFile
is now calledshare
, and is true by default - Added
forceUtc
option toTracer
object. If true, all dates will be in UTC
0.4.0 #
- Stream is sync again, so no more delay
TracerFileHandler
is now calledTracerDirectoryHandler
, for a custom name useTracerFileHandler
TracerFileHandler
is a new handler that writes to a file specifically
0.3.0 #
- No dependency on
event
anymore, now usable in browser - Removed
listen
andignore
functions, useadd
andcancel
instead - Various improvements
0.2.0 #
- Smaller improvements
- Updated regex; first character no longer allowed to be a number
0.1.0 #
- Initial version.