dart_logging_abstraction 1.1.0
dart_logging_abstraction: ^1.1.0 copied to clipboard
A logging abstraction package for logging, defines interfaces, common classes and default implementations.
1.1.0 #
ConsoleLogger
now support print colored messages.
Breaking changes:
- Rename
LoggerFactory
toConsoleLoggerFactory
1.0.6 #
Breaking changes:
- Rename
LogLevel.warning
toLogLevel.warn
- Rename
LoggerExtensions.warning
toLoggerExtensions.warn
1.0.5 #
- Fix
ConsoleLogger<T>.isEnabled
1.0.4 #
- The issue that
ConsoleLogger<T>.isEnabled
printsLogLevel.none
logs is fixed
1.0.3 #
- Add
ILogger4<T>
1.0.2 #
- Trim
ConsoleLogger
message - Add logger name back
1.0.1 #
- Delete logger name field.
- Change linter not to avoid lines longer than 80 characters.
1.0.0 #
- Initial version.