1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 09:36:11 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
Jordi Boggiano
87cca51a32 Fix issue in handleBatch when all records are below the minimum level, refs #203 2013-07-28 18:54:16 +02:00
pvanliefland
474a0f7bc4 Amended PR #203 (RavenHandler batch improvements)
Filtered records based on their level
Took the record with the highest severity as the main one
2013-07-11 19:16:14 +02:00
Fabien Potencier
29ae147226 Improved the Raven handler when using a Buffer handler 2013-06-15 15:22:51 +02:00
David Windell
3556ae7316 Tidy up handler 2013-05-24 19:10:15 +02:00
David Windell
041b936b83 Don't log exceptions twice 2013-05-24 18:09:40 +02:00
Jordi Boggiano
3f8c37b23c CS fixer 2013-03-28 11:41:04 +01:00
Pascal Borreli
593ddace4a Passing context as extra parameters (Additional data) fixes 171 2013-03-26 15:42:50 +00:00
Jordi Boggiano
bf356ef72f Update raven log level mappings 2013-01-07 20:46:34 +01:00
Marc Abramowitz
c2850f127c Remove close method which was setting $this->ravenClient = null 2012-10-25 09:27:24 -07:00
Marc Abramowitz
368b1f0121 Remove RavenFormatter; this is not needed since Raven is a very simple
text-oriented interface and doesn't need special processing.
2012-10-25 09:05:21 -07:00
Marc Abramowitz
5d172122bc Address a few of the concerns from @stof in #76. 2012-10-24 23:48:18 -07:00
Marc Abramowitz
7a81acd28b Eliminate local variables used as pseudo-named-arguments, as suggested
by @Stof in https://github.com/Seldaek/monolog/pull/76#r740449
2012-04-26 14:30:37 -07:00
Marc Abramowitz
1c5969629f Change check of record level to >= Logger::ERROR instead of >
Logger::ERROR, as suggested by @Seldaek in
https://github.com/Seldaek/monolog/pull/76#r737303
2012-04-26 14:30:37 -07:00
Marc Abramowitz
3238a7417b Rework how exceptions are stored and accessed using suggestions from
@Seldaek in https://github.com/Seldaek/monolog/pull/76/files#r737312
2012-04-26 14:30:37 -07:00
Marc Abramowitz
f6e75e44cb Put args one per line, as suggested by @Seldaek in
https://github.com/Seldaek/monolog/pull/76/files#r737313
2012-04-26 14:30:37 -07:00
Marc Abramowitz
6d158110d5 Put braces on same line for if statements, as requested by @Seldaek in
https://github.com/Seldaek/monolog/pull/76/files#r737303
2012-04-26 14:30:37 -07:00
Marc Abramowitz
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