| 07d7cb0b | 26-Jul-2015 |
Andreas Gohr <andi@splitbrain.org> |
use Psr\Log\LoggerInterface for logging
Using this interface makes it possible to use the library with any logger that implements that interface - not only MonoLog. |
| 089a5132 | 22-May-2015 |
Andrew Carter <andrewcarter1992@gmail.com> |
Code alignment in LogLevel class
Aligned code to improve readability - this also now matches the PSR-3 document (which had lines aligned).
https://github.com/php-fig/fig-standards/blob/master/acc
Code alignment in LogLevel class
Aligned code to improve readability - this also now matches the PSR-3 document (which had lines aligned).
https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md
show more ...
|
| ec12bb38 | 18-May-2015 |
Cloud <cloud@txthinking.com> |
support addX method |
| c66914f5 | 06-Apr-2015 |
cloud <cloud@txthinking.com> |
readme |
| 758c0548 | 06-Apr-2015 |
cloud <cloud@txthinking.com> |
GOD! |
| 2d6b3ec4 | 06-Apr-2015 |
cloud <cloud@txthinking.com> |
seperate message |
| 065f3623 | 01-Apr-2015 |
Graham Campbell <graham@mineuk.com> |
Using namespaces requires php 5.3.0 or higher |
| 81b2bbdc | 01-Apr-2015 |
cloud <cloud@txthinking.com> |
readme |
| b346c024 | 01-Apr-2015 |
cloud <cloud@txthinking.com> |
reduce namespace, some test, make debuglog detail |
| ebc17c8a | 31-Mar-2015 |
Matt Sowers <msowers@erblearn.org> |
Cleanup |
| f15d0a7c | 31-Mar-2015 |
Matt Sowers <msowers@erblearn.org> |
Updated some unit tests |
| f7d16031 | 31-Mar-2015 |
Matt Sowers <msowers@erblearn.org> |
Updated some unit tests |
| c5d131ae | 31-Mar-2015 |
Matt Sowers <msowers@erblearn.org> |
Updated unit tests and added coverage report |
| 950aa3cb | 31-Mar-2015 |
Matt Sowers <msowers@erblearn.org> |
Updated system to use exceptions over booleans |
| 7db1915c | 30-Mar-2015 |
cloud <cloud@txthinking.com> |
add return $this |
| 12f70033 | 30-Mar-2015 |
Cloud <cloud@txthinking.com> |
add util |
| 9091bfd9 | 26-Mar-2015 |
Matt Sowers <msowers@erblearn.org> |
Updated phpdoc blocks to match types |
| b3e2c4da | 26-Mar-2015 |
Matt Sowers <msowers@erblearn.org> |
Updated mailer to return $this on all sets and added a bypass for non-authenticating servers |
| 4ee887be | 26-Mar-2015 |
Graham Campbell <graham@mineuk.com> |
Phpdoc cleanup |
| abd9b0cf | 26-Mar-2015 |
Graham Campbell <graham@mineuk.com> |
PSR-2 fixes |
| 53566ccd | 26-Mar-2015 |
Graham Campbell <graham@mineuk.com> |
Use PSR-4 without moving any files |
| 4032a639 | 14-Mar-2015 |
Cloud <cloud@txthinking.com> |
readme |
| a8200cce | 14-Mar-2015 |
Cloud <cloud@txthinking.com> |
rm version |
| befa3ef1 | 14-Mar-2015 |
Cloud <cloud@txthinking.com> |
add tests |
| b972426e | 14-Mar-2015 |
Cloud <cloud@txthinking.com> |
fixed exception |