Blog

LogBox 1.3 released!

Luis Majano April 20, 2010

Spread the word

Luis Majano

April 20, 2010

Spread the word


Share your thoughts

Our now famous LogBox: Enterprise Logging Library reaches another step in maturity to version 1.3.  This release includes the following:

Version 1.3

http://coldbox.assembla.com/spaces/coldbox/milestones/187467-logbox-1-3

  • Varscoping issue for DBAppender
  • Varscoping issue for Logger object
  • fix for category inheritance issues on locateCategoryParentLogger thanks to Sean Corfield
  • fixes when declaring appenders and * appenders on XML declarations
  • Add the ability to configure levels of logging on Appenders as a last line of granularity (some nice candy)
Apart from several fixes we managed to squeeze a nice little gem, appender logging affinity. What this gem feature enables you to do is basically also designate a logging severity window for the appenders.  This provides great flexibilty when you want only certain appenders to listen to certain severities.  So all you do now is add a levelMin and levelMax to the appender declarations, whether you are using the LogBox programmatic DSL or the XML.  Of course, all the features and fixes have been documented.  Also, please note that LogBox is embedded in ColdBox 3.0.0 also or can be used via its standalone framework download.


Add Your Comment

Recent Entries

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

The MatchBox open beta is live at https://boxlang.ortusbooks.com/boxlang-framework/matchbox, and it brings something genuinely new to the BoxLang ecosystem: a path into WebAssembly.

That means BoxLang code can now move into browser applications, static-site deployments, edge runtimes, and WASI-style containers - without requiring a JVM. The feature is still beta, but the core direction is already useful: write BoxLang, compile it with MatchBox, and ship the generated WASM artifact to wherever a small portable runtime makes sense.

Jacob Beers
Jacob Beers
June 04, 2026