Print Shortlink

Olog 1.2 is released

Since the last update, I’ve slowed down on the public updates and let each change sink in an mature a bit to make sure it works as expected. That explains the jump from version 1.1 to version 1.2. Download/checkout here.

New in version 1.2:

Features:

  • Added shorthand function otrace()
  • Added utility function breakPoint() for logging virtual break points
  • Added utility function nullFunction for use in yet to be assigned callback situations
  • Added utility fucntion getCallee() for returning the string of a point in the call stack
  • Added utility function noMethodBodyWarning() for indicating an empty method and its position
  • Log messages from Olog itself now have a proper origin
  • More thorough introspection when using describe method. More properties found.
  • Added automatic regular trace output via property enableRegularTraceOutput
  • Added memory usage display in title bar
  • Update check is off by default
  • Describe robustness
  • More info when tracing runtime info
  • Added line wrapping preference
Fixes:
  • Resolved issue where prefs pane would stay open after minimizing
  • Resolved issue with filtering on log level
  • General stability fixes
  • More compressed log statements with IOErrorEvents
  • Resolved text coloring and object name bug with describe

Leave a Reply