| Version |
Release Notes |
| 0.9 |
- Added LoggerDOMConfigurator APPENDER-REF element as an APPENDER_REF alias.
- Various changes to obtain PHP5 compatibility (not fully tested).
|
| 0.8 |
- Fixed LoggerDOMConfigurator CONFIGURATOR element's namespace handling (Sergio Strampelli).
- Fixed AppenderSkeleton::setThreshold() threshold assignment (Sergio Strampelli).
- Fixed LoggerAppenderMail::close() mail() 'to' param.
- Fixed remoteHostname and port params getter/setter in LoggerAppenderSocket.
|
| 0.7 |
- Added "log4jNamespace" option to LoggerAppenderSocket.
- Fixed LoggerXmlLayout CDATA rendering.
- Added new tests.
|
| 0.6 |
- Fixed bugs and malfunctions.
- Now LoggerDatePatternConverter supports microseconds.
- Now Appenders report errors via LoggerLog::debug().
- Added LoggerLevelMatchFilter and LoggerLevelRangeFilter.
- Added experimental hierarchy serialization support.
|
| 0.5 |
- Included LGPL License.
- Rechanged init configuration system (now a log4j clone).
- Recoded LoggerLevel class.
- Added Basic and Property Configurators.
- Added Logger factory support.
- Fixed some bugs.
|
| 0.4 |
- Fixed a lot of bugs.
- Changed configuration system (used log4j paradigma).
- Recoded test subdir. Now it's easy to test new classes.
- Classes are more and better documented.
- A new build system with apache ant.
|
| 0.3 |
- Brand new appenders:
LoggerAppenderDailyFile, LoggerAppenderDb,
LoggerAppenderEcho, LoggerAppenderMail,
LoggerAppenderMailEvent, LoggerAppenderNull
- Brand new layouts: LoggerPatternLayout, LoggerXmlLayout
- Object Renderer Implementation (not tested)
- Filters support with LoggerDenyAllFilter, LoggerStringMatchFilter
- NDC and MDC (with extended functionalities) support
- Back trace of caller location (file,line,method) (only with PHP >= 4.3.0)
|
| 0.2 |
- Appenders:
LoggerAppenderConsole, LoggerAppenderFile,
LoggerAppenderPhp, LoggerAppenderRollingFile,
LoggerAppenderSocket, LoggerAppenderSyslog
- Layouts: LoggerLayoutHtml, LoggerLayoutSimple, LoggerLayoutTTCC
- XML configuration file support
|