- Upgraded dependencies
- Static log access: Logger.debug (old: Logger().debug(), to keep, change method signature, change old to Logger().logDebug()
- Log4Dart mixin for easy log access. logDebug('message') vs Logger.debug('message')
- Add MDC
- Add filename, line and number to message (IDE should like to file). Stack frame depth configurable, e.g. when using proxies on the client side.
- Option to send console logs to the developer tools (log function). To be tested.
- Null Safety
- Add template feature to EmailAppender (#4)
- Add unit tests
- Update dependencies
- Improve type safety
- Improve initialization of the logger
- Add unique identifier to log format (#3)
- Add custom dateformat for appender (#2)
- Simplify use of custom appenders. (#5)
- Improve documentation
- Add rotation cycle to the FileAppender
- Add custom appender feature
- Add unit tests
- Initial release