Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #88 from jvalleroy/phpunit-v6HEADorigin/masterorigin/HEADmaster | Kenny Katzgrau | 2017-12-01 | 2 | -2/+2 |
|\ | | | | | Support phpunit v6 | ||||
| * | Update composer.json for phpunit v6 | James Valleroy | 2017-12-01 | 1 | -1/+1 |
| | | |||||
| * | Support phpunit v6 | James Valleroy | 2017-11-30 | 1 | -1/+1 |
|/ | | | | Closes #87 | ||||
* | Merge pull request #83 from jvalleroy/fix-test-loop | Kenny Katzgrau | 2017-06-21 | 1 | -0/+5 |
|\ | | | | | Fix endless loop in test | ||||
| * | Fix one more issue in test | James Valleroy | 2017-06-14 | 1 | -1/+2 |
| | | | | | | | | | | | | When reading the last line of the test log, if we move beyond the beginning of the file, that means the file contains only one line. Rewind the file to ensure the full contents are returned. | ||||
| * | Fix endless loop in test | James Valleroy | 2017-06-14 | 1 | -0/+4 |
|/ | |||||
* | Update version1.2.1 | Kenny Katzgrau | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Allow newer versions of psr/log | Rob Bayliss | 2016-11-06 | 1 | -1/+1 |
| | |||||
* | Update version1.2.0 | Kenny Katzgrau | 2015-11-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #69 from TeslaDethray/relax_visibility1.1.0 | Kenny Katzgrau | 2015-10-06 | 1 | -6/+6 |
|\ | | | | | Relaxed visibility of some elements to protected | ||||
| * | Relaxed visibility of some elements to protected | tesladethray | 2015-10-01 | 1 | -6/+6 |
|/ | |||||
* | Update copyright | Kenny Katzgrau | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #66 from TeslaDethray/let_use_stderr | Kenny Katzgrau | 2015-09-15 | 1 | -1/+1 |
|\ | | | | | Enabled all php://xxxxxx targets | ||||
| * | Enabled all php://xxxxxx targets | Sara McCutcheon | 2015-09-14 | 1 | -1/+1 |
|/ | |||||
* | Add option for visual alignment of log levels with level-padding format optionorigin/padding | Kenny Katzgrau | 2015-09-01 | 3 | -5/+18 |
| | |||||
* | Merge pull request #54 from richjenks/develop | Kenny Katzgrau | 2015-04-27 | 2 | -14/+78 |
|\ | | | | | Added support for custom log line format and JSON output | ||||
| * | Documented priority param for logFormat | Rich Jenks | 2015-04-18 | 1 | -0/+1 |
| | | |||||
| * | Added priority (int value of level) to format params | Rich Jenks | 2015-04-18 | 1 | -4/+5 |
| | | |||||
| * | Changed array syntax to support PHP 5.3.x | Rich Jenks | 2015-04-17 | 1 | -2/+2 |
| | | |||||
| * | Added support for custom log line format and JSON output | Rich Jenks | 2015-04-16 | 2 | -14/+76 |
|/ | | | | | | | | | | | | https://github.com/katzgrau/KLogger/issues/39 1. Custom Formatting Accomplished with the `logFormat` option which accepts a parametized string (see readme). 2. JSON output The option `appendContext` was added which, when set to false, allows pure JSON output via the `logFormat` option (again, see readme). | ||||
* | Onno gets into the hall of fame | Kenny Katzgrau | 2015-04-14 | 1 | -1/+2 |
| | |||||
* | Merge pull request #51 from onno-vos-dev/FixReadMeAndComposerInstructions | Kenny Katzgrau | 2015-04-13 | 2 | -3/+3 |
|\ | | | | | Fix read me and composer instructions | ||||
| * | Change composer installation to dev-master | onno-vos-dev | 2015-04-11 | 1 | -2/+2 |
| | | |||||
| * | Change composer version to dev-master | onno-vos-dev | 2015-04-11 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #52 from onno-vos-dev/CleanConstructor | Kenny Katzgrau | 2015-04-13 | 1 | -14/+39 |
|\ \ | | | | | | | Clean constructor | ||||
| * | | rtrim DIRECTORY_SEPARATOR instead of '\/' | onno-vos-dev | 2015-04-11 | 1 | -1/+1 |
| | | | |||||
| * | | remove duplicate code for checking if fileHandle was opened | onno-vos-dev | 2015-04-11 | 1 | -3/+0 |
| | | | |||||
| * | | Move setting of filePath to its own setter. Include a check to see if ↵ | onno-vos-dev | 2015-04-11 | 1 | -6/+17 |
| | | | | | | | | | | | | extension is provided in filename, otherwise add it | ||||
| * | | Move logging to StdOut to separate setter | onno-vos-dev | 2015-04-11 | 1 | -1/+8 |
| | | | |||||
| * | | Move setting FileHandle to it's own setter | onno-vos-dev | 2015-04-11 | 1 | -2/+12 |
| | | | |||||
| * | | Add additional space on line 116 to have consistent formatting with the ↵ | onno-vos-dev | 2015-04-11 | 1 | -1/+1 |
| |/ | | | | | | | remaining code | ||||
* | | Merge pull request #45 from drasive/patch-1 | Kenny Katzgrau | 2015-03-19 | 1 | -1/+1 |
|\ \ | | | | | | | Updated the version to 1.0.0 in the class doc | ||||
| * | | Updated the version to 1.0.0 in the class doc | Dimitri Vranken | 2015-03-19 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #44 from chrisbjr/chrisbjr-patch-1 | Kenny Katzgrau | 2015-03-19 | 1 | -1/+1 |
|\ \ | |/ |/| | Corrected PHPDoc variable description | ||||
| * | Corrected PHPDoc variable description | Chris Bautista | 2015-03-19 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #42 from onno-vos-dev/master | Kenny Katzgrau | 2015-03-10 | 1 | -9/+15 |
|\ | | | | | Add support for writing log entries to php://stdout instead of a file | ||||
| * | Also allow php://output instead of a file for outputting directly to console | onno-vos-dev | 2015-03-10 | 1 | -1/+1 |
| | | |||||
| * | Add support for writing log entries to php://stdout instead of a file | onno-vos-dev | 2015-03-10 | 1 | -9/+15 |
|/ | |||||
* | Merge pull request #41 from onno-vos-dev/master | Kenny Katzgrau | 2015-03-09 | 1 | -13/+14 |
|\ | | | | | A bit of cleaning | ||||
| * | Remove obsolete comma from arrays in contextToString() | Onno Vos | 2015-03-09 | 1 | -2/+2 |
| | | |||||
| * | Type hardened flushFrequence check in write() | Onno Vos | 2015-03-09 | 1 | -1/+1 |
| | | |||||
| * | Use null !== instead of is_null | Onno Vos | 2015-03-09 | 1 | -1/+1 |
| | | |||||
| * | Add array as type to in constructor | Onno Vos | 2015-03-09 | 1 | -1/+1 |
| | | |||||
| * | Remove obsolete comma from array | Onno Vos | 2015-03-09 | 1 | -1/+1 |
| | | |||||
| * | Remove null from private as it's set to null per default | Onno Vos | 2015-03-09 | 1 | -1/+1 |
| | | |||||
| * | Add array to PHPDoc of constructor | Onno Vos | 2015-03-09 | 1 | -5/+6 |
| | | |||||
| * | Remove null from private as it's set to null per default | Onno Vos | 2015-03-09 | 1 | -1/+1 |
|/ | |||||
* | Add filename option | Kenny Katzgrau | 2015-03-05 | 2 | -5/+14 |
| | |||||
* | Update docs, closes #38 | Kenny Katzgrau | 2015-03-05 | 1 | -0/+22 |
| | |||||
* | Add third options param in constructor, add support for prefixes and extensions. | Kenny Katzgrau | 2015-03-05 | 3 | -10/+134 |
| | |||||
* | Fix link, close #20 | Kenny Katzgrau | 2015-02-26 | 1 | -2/+2 |
| | |||||
* | Update docs, closes #36 | Kenny Katzgrau | 2015-02-26 | 1 | -4/+3 |
| | |||||
* | Elaborate on old versions | Kenny Katzgrau | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Update readme to point to old versions of KLogger | Kenny Katzgrau | 2015-02-26 | 1 | -0/+2 |
| | |||||
* | Fixing a formatting bug, and the README1.0.0 | Dan Horrigan | 2014-03-19 | 2 | -13/+11 |
| | |||||
* | Better var_export formatting. | Dan Horrigan | 2014-03-18 | 1 | -12/+15 |
| | |||||
* | Adding setLogLevelThreshold method. | Dan Horrigan | 2014-03-18 | 1 | -0/+10 |
| | |||||
* | Better composer.json info. | Dan Horrigan | 2014-03-18 | 1 | -0/+3 |
| | |||||
* | Better example. | Dan Horrigan | 2014-03-18 | 1 | -1/+33 |
| | |||||
* | Fixed Extra line break when contact given. | Dan Horrigan | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | Bug in README example. | Dan Horrigan | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | A few more README tweaks. | Dan Horrigan | 2014-03-18 | 1 | -6/+6 |
| | |||||
* | Updating README. | Dan Horrigan | 2014-03-18 | 1 | -19/+72 |
| | |||||
* | Preparing for Unit Tests. | Dan Horrigan | 2014-03-18 | 6 | -26/+42 |
| | |||||
* | Move the timestamp generation out of the formatMessage into its own method. | Dan Horrigan | 2014-03-17 | 1 | -5/+18 |
| | |||||
* | Major overhaul. It is not PSR-3 compatible and the output is prettier. | Dan Horrigan | 2014-03-17 | 2 | -322/+117 |
| | |||||
* | Adding the Katzgrau\KLogger namespace and renaming KLogger to Logger. | Dan Horrigan | 2014-03-17 | 4 | -6/+13 |
| | |||||
* | Initial composer initialization. | Dan Horrigan | 2014-03-17 | 2 | -0/+21 |
| | |||||
* | Added the ability to pass objects as a second log argument. Special thanks ↵0.2.0 | Kenny Katzgrau | 2012-07-01 | 3 | -24/+46 |
| | | | | to Cameron Will for the initial pull request | ||||
* | Merge branch 'master' of github.com:katzgrau/KLogger | Kenny Katzgrau | 2010-12-11 | 3 | -5/+21 |
|\ | |||||
| * | Fixed small array index errorv0.2 | Kenneth Katzgrau | 2010-12-07 | 1 | -1/+1 |
| | | |||||
| * | Fixed a major issue with the checking of the severity level. Special thanks ↵ | Kenneth Katzgrau | 2010-12-07 | 3 | -5/+21 |
| | | | | | | | | to Tim Kinnane for pointing it out | ||||
* | | Fixed a minor undef-array-index bug, updated readme | Kenny Katzgrau | 2010-12-11 | 2 | -17/+9 |
|/ | |||||
* | Fixed readme formatting, and Brian's name | Kenneth Katzgrau | 2010-10-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of http://github.com/fentie/KLogger into fentie-master | Kenneth Katzgrau | 2010-10-14 | 1 | -59/+169 |
|\ | |||||
| * | fixed spacing (Zend) | Brian Fenton | 2010-10-12 | 1 | -4/+4 |
| | | |||||
| * | added setter for dateFormat | Brian Fenton | 2010-10-12 | 1 | -0/+10 |
| | | |||||
| * | converted to using new severities as per RFC, updated shortcut methods ↵ | Brian Fenton | 2010-10-12 | 1 | -20/+92 |
| | | | | | | | | accordingly | ||||
| * | merge | Brian Fenton | 2010-10-12 | 1 | -42/+70 |
| |\ | |||||
| | * | replacing double quotes with single quotes (Zend) | Brian Fenton | 2010-10-12 | 1 | -5/+5 |
| | | | |||||
| | * | strip off both possible directory separators with rtrim | Brian Fenton | 2010-10-12 | 1 | -1/+1 |
| | | | |||||
| | * | Changed top docblock | Brian Fenton | 2010-10-12 | 1 | -9/+10 |
| | | | |||||
| | * | changed severity to severityThreshold | Brian Fenton | 2010-10-12 | 1 | -4/+4 |
| | | | |||||
| | * | changed logFile to logFilePath | Brian Fenton | 2010-10-12 | 1 | -4/+4 |
| | | | |||||
| | * | changed priority to severity | Brian Fenton | 2010-10-12 | 1 | -23/+23 |
| | | | |||||
| | * | added methods to deal with messageQueue | Brian Fenton | 2010-10-11 | 1 | -0/+27 |
| | | | |||||
| | * | Changed status code names | Brian Fenton | 2010-10-11 | 1 | -8/+8 |
| | | | |||||
| * | | changed top docblock | Brian Fenton | 2010-10-11 | 1 | -10/+10 |
| |/ | |||||
* | | Added special thnks section to readme | Kenny | 2010-10-09 | 1 | -1/+7 |
|/ | |||||
* | combined conditional checks | Brian Fenton | 2010-10-07 | 1 | -6/+4 |
| | |||||
* | standardized & centralized message strings | Brian Fenton | 2010-10-07 | 1 | -4/+15 |
| | |||||
* | added property documentation | Brian Fenton | 2010-10-07 | 1 | -0/+42 |
| | |||||
* | added method documentation | Brian Fenton | 2010-10-07 | 1 | -1/+61 |
| | |||||
* | removed incorrect comment | Brian Fenton | 2010-10-07 | 1 | -2/+1 |
| | |||||
* | Zend coding standards | Brian Fenton | 2010-10-07 | 1 | -151/+141 |
| | |||||
* | Start | Brian Fenton | 2010-10-07 | 1 | -44/+44 |
| | |||||
* | * Normalized casing of members and methods | Kenny | 2010-06-24 | 3 | -158/+201 |
| | | | | | | * Added 'rolling' log files (just logs to a date-stamped file) * Added getInstance() with singleton-like behavior * Removed references to the class name in favor of self | ||||
* | Updated README to include project background and goals | Kenny | 2010-06-23 | 1 | -3/+73 |
| | |||||
* | Checking in the original version of KLogger, found at: ↵v0.1 | Kenny | 2010-06-22 | 2 | -0/+155 |
http://codefury.net/projects/klogger/ |