 |
Log plugin news |
July 27th, 2010
Version 1.8.2 adds isLevelEnabled()
For complex logging statements that might take a while to execute, you can now first check if a certain level is enabled at all by calling isLevelEnabled().
March 12th, 2010
Version 1.8.1 fixes a possible error in web client
In the web client you could see NullPointer exceptions under certain circumstances.
February 12th, 2010
Version 1.8 fixes Console output in Servoy 5
In version 1.8 we fixed an issue that prevented messages in Servoy 5 from being printed to the console.
December 17th, 2009
Version 1.7 released
Version 1.7 is a maintenance release.
March 6th, 2009
Version 1.6 released
Version 1.6 fixes a few compatibility issues with Servoy 4.
February 13th, 2008
Version 1.5 released
Today we released version 1.5 of our free Log-Plugin. The new version adds several improvements:
- Support for any number of loggers: it is now possible to create loggers for certain tasks by calling .createLogger("myNewLogger")
- Added MailLogger to allow a logger to send an email
- Added logToServer to allow logging to the Servoy server log (visible in the server admin page)
- Added setFilter() to set a message filter; once set, only messages that match the filter will be outputted
|