roggle 0.3.1 roggle: ^0.3.1 copied to clipboard
Simple, colorful and easy to expand logger for dart. Inspired by the logger and dependent to the logger.
0.3.1 #
- fix: Upgrade logger package to 1.2.2.
0.3.0 #
- feature: Added
printLocation
parameter. If set totrue
, location of caller will be output to the log. - feature: Added
printFunctionName
parameter. If set totrue
, function name of caller will be output to the log. - fix: Unified Caller format across all platforms. Because changed to use
Trace.current()
instead ofStackTrace.current
when getting a Caller. - fix: Changed default emojis.
0.2.1+1 #
- fix: Fixed minimum version of meta to 1.7.0
0.2.1 #
- fix: Deleted beginning space when
defaultStackTracePrefix
is empty string
0.2.0 #
- fix: Changed the message property type of Roggle.log() from `Object' to 'Object?'
0.1.0 #
- Update version
0.1.0-dev.2 #
- Support crashlytics
0.1.0-dev.1 #
- First version