Author: Raymond Bosman Date: 2006-01-16 15:19:33 +0100 (Mon, 16 Jan 2006) New Revision: 1922
Log: - Updated changelog. Modified: packages/EventLog/trunk/ChangeLog Modified: packages/EventLog/trunk/ChangeLog =================================================================== --- packages/EventLog/trunk/ChangeLog 2006-01-16 12:31:47 UTC (rev 1921) +++ packages/EventLog/trunk/ChangeLog 2006-01-16 14:19:33 UTC (rev 1922) @@ -1,3 +1,39 @@ +1.0rc1 - [RELEASEDATE] + +- Changed exception behavior. All errors will now throw a different exception + class. +- Added an ezcLogMapper interface. +- Added the ezcLogFilterRule class. + +ezcLog +====== + +- Added the methods: + * getMapper() + * setMapper() + +- Removed the methods: + * map() + * unmap() + +ezcMap +====== + +- Changed the mapping behavior. The mapping of severity, source, and category + to a container (or writer), are done in a filter rule set. +- Renamed ezcMap to ezcLogFilterSet. + +ezcLogWriterDatabase +==================== + +- Renamed the method map() to setTable(). + +ezcLogWriterFile +================ + +- Renamed the method map() to setFile(). + + 1.0beta2 - Thursday 22 December 2005 - Moved ezcLogFilter to the structs directory. @@ -4,6 +40,7 @@ - Changed access to non-existing properties to throw exceptions. - Changed the ezcLogFileException constants. + ezcLog ====== -- svn-components mailing list [email protected] http://lists.ez.no/mailman/listinfo/svn-components
