logger 0.9.3 
logger: ^0.9.3 copied to clipboard
Small, easy to use and extensible logger which prints beautiful logs.
0.9.3 #
- Add 
MultiOutput. Credits to @gmpassos. - Handle browser Dart stacktraces in PrettyPrinter. Credits to @gmpassos.
 - Add platform detection. Credits to @gmpassos.
 - Catch output exceptions. Credits to @gmpassos.
 - Several documentation fixes. Credits to @gmpassos.
 
0.9.2 #
- Add 
PrefixPrinter. Credits to @tkutcher. - Add 
HybridPrinter. Credits to @tkutcher. 
0.9.1 #
- Fix logging output for Flutter Web. Credits to @nateshmbhat and @Cocotus.
 
0.9.0 #
- Remove 
OutputCallbackandLogCallback - Rename 
SimplePrinters argumentuseColortocolors - Rename 
DebugFiltertoDevelopmentFilter 
0.8.3 #
- Add LogfmtPrinter
 - Add colored output to SimplePrinter
 
0.8.2 #
- Add StreamOutput
 
0.8.1 #
- Deprecate callbacks
 
0.8.0 #
- Fix SimplePrinter showTime #12
 - Remove buffer field
 - Update library structure (thanks @marcgraub!)
 
0.7.0+1 #
- Added 
ProductionFilter,FileOutput,MemoryOutput,SimplePrinter - Breaking: Changed 
LogFilter,LogPrinterandLogOutput 
0.6.0 #
- Added option to output timestamp
 - Added option to disable color
 - Added 
LogOutput - Behaviour change of 
LogPrinter - Remove dependency
 
0.5.0 #
- Added emojis
 LogFilteris a class now
0.4.0 #
- First version of the new logger