Sign in
apache
/
logging-log4php
/
HEAD
aea69f3
Document that project is dormant.
by Ralph Goers
· 5 years ago
master
0ea6faf
Merge pull request #25 from Falseclock/master
by Matt Sicker
· 5 years ago
e14c975
allow MDC have callable param - unit tests - code reformat
by Nurlan Mukhanov
· 5 years ago
bc4b045
allow MDC have callable param - unit tests
by Nurlan Mukhanov
· 5 years ago
ad18d57
allow MDC have callable param
by Nurlan Mukhanov
· 6 years ago
24b3847
Merge pull request #14 from alexiskulash/master
by Ralph Goers
· 6 years ago
0d5718d
Merge pull request #5 from vlajos/typofixes-20140228
by Ralph Goers
· 6 years ago
a3d9589
Merge pull request #21 from 0xbad0c0d3/master
by Matt Sicker
· 6 years ago
2d81927
Accept Throwable interface instead of its realization
by cod1k
· 6 years ago
d3c8ba1
Merge pull request #16 from 0xbad0c0d3/master
by Matt Sicker
· 7 years ago
67873c4
Typo fix
by 0xbad0c0d3
· 7 years ago
2a62350
The function split() is deprecated and will be removed in php 7. Replaced split() with explode() to ensure smooth transition to php 7.
by alexiskulash
· 9 years ago
80b7484
typo fixes
by Lajos Veres
· 12 years ago
ae4116e
added note on composer installation
by Christian Grobmeier
· 13 years ago
f952231
Revert "Added getter for LoggerEvent::$locationInfo"
by Ivan Habunek
· 13 years ago
c32ddc1
Added getter for LoggerEvent::$locationInfo
by Ivan Habunek
· 13 years ago
a5bcd95
Added temp/ and target/ to .gitignore
by Ivan Habunek
· 13 years ago
bbf7019
LOG4PHP-191: Improved composer.json, added vendors folder to svn:ignore.
by Ivan Habunek
· 13 years ago
af00273
LOG4PHP-191: Created composer.json.
by Ivan Habunek
· 13 years ago
817b175
[maven-release-plugin] prepare for next development iteration
by Ivan Habunek
· 13 years ago
c0cf9f2
[maven-release-plugin] prepare release apache-log4php-2.3.0
by Ivan Habunek
· 13 years ago
7c96add
Fixed issue in pom.xml where JIRA report would fail (caused by JIRA upgrade).
by Ivan Habunek
· 13 years ago
ba5eec4
Added missing license to example.
by Ivan Habunek
· 13 years ago
afb540b
Updated maven plugin versions in pom.xml
by Ivan Habunek
· 13 years ago
a3f9616
Updated changelog page for 2.3.0 release.
by Ivan Habunek
· 13 years ago
d4aab4a
LoggerLayoutPattern:
by Ivan Habunek
· 13 years ago
46ca4b0
LOG4PHP-163 Fixed the LoggerPatternConverter so that trimming is by default done from the right (same as in sprintf()). Improved docs.
by Ivan Habunek
· 13 years ago
a1ca684
LOG4PHP-188: Events logged by upstream loggers even if disabled by level.
by Ivan Habunek
· 13 years ago
c867284
Added LOG4PHP-184 to chages.xml.
by Ivan Habunek
· 13 years ago
a3f8a78
LOG4PHP-186: LoggerAppenderRollingFile: Don't clear the entire stat cache on an append if possible.
by Ivan Habunek
· 13 years ago
79e8c1a
LOG4PHP-141: Updated changes.xml.
by Ivan Habunek
· 13 years ago
c52771e
LOG4PHP-141: Finished default renderer implementation. Updated docs and tests.
by Ivan Habunek
· 13 years ago
1ad108e
Added 'tmp' directory to svn:ignore. Used locally for testing.
by Ivan Habunek
· 13 years ago
cca4416
Tweak to apigen configuration so that it does not generate documentation for php internal classes.
by Ivan Habunek
· 13 years ago
598b41a
Improved docs for LoggerAppenderDailyFile
by Ivan Habunek
· 13 years ago
c1eec46
Minor indentation fix.
by Ivan Habunek
· 13 years ago
23be7c6
LOG4PHP-120: Fixed LoggerAppenderDailyFile to rollover on date change in long running scipts. Improved tests.
by Ivan Habunek
· 13 years ago
b69c827
Fixed LoggerLoggingEvent constructor to accept any numeric value for it's timestamp, not just floats.
by Ivan Habunek
· 13 years ago
1b56be0
Better phpdocs for LoggerTestHelper (enables usage of code assist for those methods).
by Ivan Habunek
· 13 years ago
c5567b4
Fixed wrong dates in changelog.
by Ivan Habunek
· 13 years ago
949970d
Fixed minor bug introduced in previous commit.
by Ivan Habunek
· 13 years ago
f715c6c
Fixed a bug in file appenders where they would attempt to write the log event even if opening of file was unsuccessful.
by Ivan Habunek
· 13 years ago
75e4e68
LoggerLoggingEvent: Fixed getMessage() to return the actual message, instead of the rendered message. There's getRenderedMessage() for that.
by Ivan Habunek
· 13 years ago
c1f6ae9
Removed unnecessary initialization of member variables to null. Improved phpdoc for LoggerLocationInfo.
by Ivan Habunek
· 13 years ago
f8de60b
LoggerLoggingEvent: Replaced getTime() with getRelativeTime().
by Ivan Habunek
· 13 years ago
3887b2e
Replaced "priority" with "level" for consistency.
by Ivan Habunek
· 13 years ago
5f7a88b
Removed redundant type check in Logger::forcedLog().
by Ivan Habunek
· 13 years ago
0db75c1
Minor improvement to site footer.
by Ivan Habunek
· 13 years ago
1d8290f
Upgraded to Bootstrap v2.1
by Ivan Habunek
· 13 years ago
88a8e5e
Restored POM settings which were accidentally removed in previous commit. Updated maven plugin to latest versions.
by Ivan Habunek
· 13 years ago
ecf9185
A substantial rewrite of the three file appenders:
by Ivan Habunek
· 13 years ago
1e9be63
Removed usage of register_shutdown_function which was used instead of a distructor in LoggerAppender. This function yielded some unexpected and undesirable behaviour.
by Ivan Habunek
· 13 years ago
b814cca
Set class="external" on all external links. Removed target="_blank", this is added dynamically in site.js.
by Ivan Habunek
· 13 years ago
4318ad9
Reimplemented variable (actually constants) substitution in parameters.
by Ivan Habunek
· 13 years ago
49f86ab
Forgot to include XML test file in previous commit.
by Ivan Habunek
· 13 years ago
cdb720f
LoggerConfigurationAdapterXML: Added parsing of <appender-ref> nodes, as well as <appender_ref> in loggers for backward compatibility.
by Ivan Habunek
· 13 years ago
601f240
Improved docs for LoggerAppenderPDO to reflect new functionality (no automatic table creation).
by Ivan Habunek
· 13 years ago
3606194
Updated svn:keywords and @revision tags for the remaining tests (see previous commit).
by Ivan Habunek
· 13 years ago
0bfb8e7
Updated tests:
by Ivan Habunek
· 13 years ago
9f37885
LoggerAppenderPDO: Fixed reconnect logic.
by Ivan Habunek
· 13 years ago
c9f37b7
Replaced phpdoc with apigen, at least until phpdoc v2 is stable.
by Ivan Habunek
· 13 years ago
f2ff825
LoggerLayoutPattern: Made the default conversion pattern more verbose.
by Ivan Habunek
· 13 years ago
5b6c7b6
Removed unnecessary include from a test.
by Ivan Habunek
· 13 years ago
46e1e2b
LOG4PHP-182: Keep opening braces on the same line for methods.
by Ivan Habunek
· 14 years ago
35d332a
Improved error reporting for MongoDB appender, better docs.
by Ivan Habunek
· 14 years ago
bccbf1b
Missed several occurances of LoggerAppenderFirephp, renamed to LoggerAppenderFirePHP. Improved docs.
by Ivan Habunek
· 14 years ago
d70d4b8
LOG4PHP-180: Removed $_ENV and $_SERVER access from LoggerMDC
by Ivan Habunek
· 14 years ago
514012f
Added pattern layout changes to changelog.
by Ivan Habunek
· 14 years ago
b3459ea
Renamed LoggerAppenderFirephp to LoggerAppenderFirePHP to keep naming consistent.
by Ivan Habunek
· 14 years ago
25892ce
Started a changelog for v2.3.0.
by Ivan Habunek
· 14 years ago
587c231
Improved coding standards:
by Ivan Habunek
· 14 years ago
344c56b
Removed unused private member LoggerThrowableInformation::$logger.
by Ivan Habunek
· 14 years ago
3e893fd
Fixed paths in phpdoc.xml.
by Ivan Habunek
· 14 years ago
be6fb23
Moved phpunit.xml to project root. Adjusted build.xml accordingly.
by Ivan Habunek
· 14 years ago
f42934e
Added a configuration file for phpDocumentor v2.
by Ivan Habunek
· 14 years ago
59e71e1
Removed accidentally added folder. #idiot
by Ivan Habunek
· 14 years ago
b9e9697
LOG4PHP-178:
by Ivan Habunek
· 14 years ago
8ace74a
Removed redundant check in LoggerHierarchy::setRoot(). Root logger is always present since it's populated in the constructor.
by Ivan Habunek
· 14 years ago
ff988ef
LOG4PHP-178: Added typehint to Logger::setLevel()
by Ivan Habunek
· 14 years ago
b5f4ed1
php-config example equivalent of xml-config example
by Florian Semm
· 14 years ago
fc86d28
Improved appender phpdocs to work better with new phpdoc 2.0. No code changes.
by Ivan Habunek
· 14 years ago
6a0b952
LoggerAppenderRollingFile: Fixed bug which prevented compression from working on windows. Better error message.
by Ivan Habunek
· 14 years ago
e0eeff9
Fixed svn:keywords on all php files.
by Ivan Habunek
· 14 years ago
0021995
Fixed phpdocs for the LoggerRendererObject.
by Ivan Habunek
· 14 years ago
e796a8a
Removed unneeded comments from site.xml, fixed indent.
by Ivan Habunek
· 14 years ago
fdd20fb
Fixed firephp tests to be skipped if lib is not found.
by Ivan Habunek
· 14 years ago
6da354a
Fixed javadoc and svn:keywords for pattern converters.
by Ivan Habunek
· 14 years ago
875f4ac
Improved docs for the pattern layout.
by Ivan Habunek
· 14 years ago
9eaad93
LOG4PHP-164: Compress rotated files with Gzip/Zip
by Florian Semm
· 14 years ago
0d001c4
Added handling of objects and arrays to FirePHP appender.
by Ivan Habunek
· 14 years ago
8fa8d3a
unused property deleted
by Florian Semm
· 14 years ago
1d596cf
Fix test after refactoring
by Florian Semm
· 14 years ago
707b6e9
test
by Florian Semm
· 14 years ago
b6e0c6a
Added missing conversion patterns to the Pattern layout doc.
by Ivan Habunek
· 14 years ago
840d5ee
Added shortening of class names for the %class pattern converter.
by Ivan Habunek
· 14 years ago
2e91426
Moved shortenClassName implementation to LoggerUtils so that it can be used from elsewhere.
by Ivan Habunek
· 14 years ago
b7ea2e0
Minor fixes for Pattern layout docs.
by Ivan Habunek
· 14 years ago
752bcaf
Fixed the %location conversion pattern in Pattern layout.
by Ivan Habunek
· 14 years ago
ac02914
move floriansemm from contributor to developers
by Florian Semm
· 14 years ago
7b726b2
LOG4PHP-174:
by Ivan Habunek
· 14 years ago
Next »