0.2.2 Release Notes
Tuning
- Add logger name to all messages logged by non-IHMC loggers, as they do not normally include their source
- Use new date/time format:
20181005 13:13 [INFO] (LogTools:151): Granular logging mode enabled. Not realtime safe. 20181005 13:13 [ERROR] (LogToolsDemo:37): Demo there 20181005 13:13 [WARN] (LogToolsDemo:38): var1: 9, var2: false 20181005 13:13 [INFO] (LogToolsDemo:39): Demo there 20181005 13:13 [DEBUG] (LogToolsDemo:29): Hi I'm subclass 2
Bug fix
- Fix Gradle user logging properties not getting through to deployed applications
0.1.7 Release Notes
Bug Fix
- Add slf4j impl compatibility runtime library to fix external SLF4J logger bindings
0.1.6 Release Notes
Initial release!
...