Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

0.3.0 Release Notes

New Features

  • Colored logs!
  • Clickable location in Eclipse is back (added ".java")
    Image Added
    Image Added

Bug fixes

  • Fix bug where setting `-Dlog.level=warn` would not set `us.ihmc` classes (
    Jira Legacy
    serverJIRA IHMC
    serverIda47cdadd-2245-325f-8d5c-131e5c581c86
    keyLOGTOOLS-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

...