| Type |
Changes |
By |
 |
Maven 2.0 build Fixes LOG4PHP-3
. |
|
 |
Updated source file headers with current ASF notice Fixes LOG4PHP-7
. |
|
 |
PHP 5 compatibility modification. |
|
 |
removed all @author tags. All contributors are named (with task) in the changelog file Fixes LOG4PHP-1
. |
|
 |
Fatal error for constructor in LoggerAppenderRollingFile Fixes LOG4PHP-4
. |
|
 |
LoggerAppenderRollingFile unable to open file and append logs Fixes LOG4PHP-5
. |
|
 |
Change copyright notices to conform to the Source Header and Copyright Notice Policy Fixes LOG4PHP-7
. |
|
 |
log4php.dtd should be reviewed Fixes LOG4PHP-9
. |
|
 |
trailing "\n" Fixes LOG4PHP-11
. |
|
 |
LoggerAppenderFile does not create missing directories Fixes LOG4PHP-12
. |
|
 |
LoggerPropertyConfigurator: Only variables should be assigned by reference Fixes LOG4PHP-13
. |
|
 |
LoggerPropertySetter: warnings about is_a() and non-static method Fixes LOG4PHP-14
. |
|
 |
Logger: warnings about is_a() Fixes LOG4PHP-15
. |
|
 |
Patch for LoggerAppenderSyslog to use Layouts Fixes LOG4PHP-16
. |
|
 |
%l Pattern layout raises a protected property access error Fixes LOG4PHP-17
. |
|
 |
Date pattern %d conversion is invalid Fixes LOG4PHP-18
. |
|
 |
Logger location info is invalid in log outputs of Logger's subclasses Fixes LOG4PHP-19
. |
|
 |
Custom layout for LoggerAppenderPhp Fixes LOG4PHP-20
. |
|
 |
log4php.dtd invalid Fixes LOG4PHP-22
. |
|
 |
Mixed PHP4 and PHP5 syntax Fixes LOG4PHP-23
. |
|
 |
LoggerAppenderRollingFile unable to rollover Fixes LOG4PHP-24
. |
|
 |
Allow to set environment variables in LoggerOptionConverter Fixes LOG4PHP-25
. |
|
 |
LoggerAppenderConsole doesn't write to STDERR Fixes LOG4PHP-28
. |
|
 |
Appenders is not properly closed upon destruction Fixes LOG4PHP-33
. |
|
 |
Load classes through autoload instead of explicitly include them Fixes LOG4PHP-29
. |
|
 |
Implement LoggerAppenderPDO Fixes LOG4PHP-30
. |
|
 |
Removing unnecessary use of LOG4PHP_DIR Fixes LOG4PHP-31
. |
|
 |
Refactor from using define to class contants (Knut Urdalen, Christian Grobmeier) Fixes LOG4PHP-32
. |
|
 |
Remove all internal debugging Fixes LOG4PHP-34
. |
|
 |
Replace LOG4PHP_LINE_SEP with PHP_EOL Fixes LOG4PHP-35
. |
|
 |
removed LoggerAppenderDB in favour to LoggerAppenderPDO Fixes LOG4PHP-37
. |
|
 |
Replace is_a() with instanceof Fixes LOG4PHP-38
. |
|
 |
Remove deprecated methods Fixes LOG4PHP-39
. |
|
 |
Merge LoggerAppender and LoggerAppenderSkeleton Fixes LOG4PHP-40
. |
|
 |
Remove size restriction of MDC table in LoggerMDC Fixes LOG4PHP-43
. |
|
 |
PEAR package Fixes LOG4PHP-44
. |
|
 |
Use PreparedStatement in PDO-Appender Fixes LOG4PHP-46
. |
|
 |
PDO Appender now uses quote() due to PreparedStatements Fixes LOG4PHP-47
. |
|
 |
Create more File Appender Tests Fixes LOG4PHP-50
. |
|
 |
Use of custom factorys is discouraged - clean up Fixes LOG4PHP-52
. |
|
 |
Removed references were appropriate Fixes LOG4PHP-53
. |
|
 |
PHPDoc is wrong due to class movements - clean up Fixes LOG4PHP-54
. |
|
 |
Replace define('LOG4PHP_CONFIGURATION' by static variable Fixes LOG4PHP-56
. |
|
 |
Make use of destructors instead of Logger::shutdown Fixes LOG4PHP-57
. |
|
 |
LoggerAppenderConsole is initialized wrong Fixes LOG4PHP-59
. |
|
 |
Improved quickstart.apt Fixes LOG4PHP-60
. |
|
 |
Does not print warning if ini file is corrupt Fixes LOG4PHP-62
. |
|
 |
PDOAppender should throw LoggerException on database problems Fixes LOG4PHP-63
. |
|
 |
Remove deprecated call-by-reference in LoggerLayoutPattern Fixes LOG4PHP-64
. |
|
 |
Mixing protected and private in Logger and the inheriting LoggerRoot Fixes LOG4PHP-65
. |
|
 |
LoggerConfiguratorBasicTest fails in "mvn test" but not in phpunit Fixes LOG4PHP-66
. |
|
 |
Refactoring: Use Logger instead of LoggerManager Fixes LOG4PHP-67
. |
|
 |
Using LoggerAppenderFile logging to the log file in one Apache session blocks every other Apache session that tries to write to the file until the original request has been processed Fixes LOG4PHP-71
. |
|
 |
Unable to configure socket appender with attribute useXml = true Fixes LOG4PHP-76
. |
|
 |
LoggerReflectionUtils::setter() should be defined as a static method Fixes LOG4PHP-77
. |
|
 |
Increased field sizes in AppenderPDO database tables Fixes LOG4PHP-79
. |
|
 |
An exception is now thrown if an unknown property is set via config file Fixes LOG4PHP-80
. |
|
 |
Boolean values in .properties files are now correctly parsed Fixes LOG4PHP-81
. |
|
 |
Added more examples to the API docs Fixes LOG4PHP-82
. |
|
 |
Fixed call of undefined method when using RendererMap Fixes LOG4PHP-84
. |
|
 |
LoggerAppenderRollingFile should not fail if the file does not already exist Fixes LOG4PHP-86
. |
|
 |
LoggerXmlConfigurator can now interpret threshold commands at appender level |
|
 |
Initial port to PHP 5 |
|
 |
Established new unit test suite |
|
 |
Added a range of examples |
|
 |
Created common ReflectionUtils class and moved factory calls to there |
|