0.3.0 Release Notes
New Features
- Colored logs!
- Clickable location in Eclipse is back (added ".java")
Bug fixes
- Fix bug where setting `-Dlog.level=warn` would not set `us.ihmc` classes (
)Jira Legacy server JIRA IHMC serverId a47cdadd-2245-325f-8d5c-131e5c581c86 key LOGTOOLS-1 - Fix bug where order made a difference when setting multiple levels
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
...