1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-02 12:28:42 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
3f8c37b23c CS fixer 2013-03-28 11:41:04 +01:00
4830b92725 Curly braces on same line for try/catch, as suggested by @stof in
https://github.com/Seldaek/monolog/pull/76#r743295
2012-04-27 07:06:28 -07:00
44d2441782 Pull MockRavenClient (which depends on Raven_Client) out of
tests/Monolog/Handler/RavenHandlerTest.php into a separate file so that
the test can pass when raven-php is installed and can be skipped when
raven-php is not installed. Addresses @Stof's comment in
https://github.com/Seldaek/monolog/pull/76#r740465
2012-04-26 15:03:43 -07:00
6b4b2a6ac0 Change key from 'context' to 'exception' in
RavenHandlerTest::testException
2012-04-26 14:30:37 -07:00
acbf574b98 Add RavenHandler and RavenFormatter for working with Raven which is the
protocol used by Sentry (http://github.com/dcramer/sentry). Uses
raven-php (https://github.com/getsentry/raven-php).
2012-04-25 08:31:01 -07:00