1. 14 Mar, 2014 4 commits
  2. 11 Mar, 2014 2 commits
  3. 04 Mar, 2014 2 commits
  4. 22 Feb, 2014 1 commit
  5. 21 Feb, 2014 1 commit
  6. 11 Feb, 2014 1 commit
  7. 05 Feb, 2014 3 commits
  8. 30 Jan, 2014 1 commit
  9. 29 Jan, 2014 3 commits
  10. 27 Jan, 2014 1 commit
  11. 21 Jan, 2014 3 commits
  12. 20 Jan, 2014 8 commits
  13. 19 Jan, 2014 2 commits
  14. 08 Jan, 2014 4 commits
  15. 31 Dec, 2013 2 commits
  16. 27 Dec, 2013 2 commits
    • Fabien Potencier's avatar
      feature #885 Allow strings for levels in the monolog service provider (igorw) · 0be92fa8
      Fabien Potencier authored
      This PR was merged into the 1.2.x-dev branch.
      
      Discussion
      ----------
      
      Allow strings for levels in the monolog service provider
      
      The monolog service provider requires a constant on Monolog\Logger to be
      referenced, which has an integer value. This is not very practical when
      working with external configuration files.
      
      This patch accepts strings like debug, info, error, etc. that are
      translated to the corresponding logger constant values.
      
      This is an alternative to #882.
      
      Commits
      -------
      
      6c97e670 Fix JSON syntax error in monolog provider docs
      a7cba302 Reword the documentation on string logger levels
      2ef826ce Backport static:: to classname:: for PHP 5.3 compatibility
      121f3f2b Allow strings for levels in the monolog service provider
      0be92fa8
    • Igor Wiedler's avatar
      6c97e670