some cleanup and docs for the new logging system

This commit is contained in:
JT Smith 2005-04-01 05:10:53 +00:00
parent 6aa9f76a71
commit 2c145c0d22
6 changed files with 32 additions and 17 deletions

View file

@ -349,3 +349,10 @@ In 6.3 the template system has been replaced in favor of the new template
asset. Please see WebGUI::Asset::Template for details.
5.17 WebGUI::ErrorHandler API Changed
In 6.6 we brought log4perl to bear on our debuging and logging needs. This had
a slight impact on the WebGUI::ErrorHandler API. Although there are many
changes, the only thing anyone should notice is that fatalError() was renamed
to fatal().