1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-23 22:42:38 +01:00

371 Commits

Author SHA1 Message Date
Luis Cordova
103ab255a8 rephrased for clarity and simplicity 2012-08-03 03:30:04 -05:00
Martin Hasoň
535cea507f Avoid memory leak in SocketHandler (substr function in the first iteration) 2012-08-02 13:21:20 +02:00
Martin Hasoň
26adcea582 Enabled float timeouts in SocketHandler 2012-08-02 13:10:43 +02:00
Kamisama
6255ae58ee Set channel name as default record type 2012-07-31 16:17:32 -04:00
Alexandru Vilau
0f89a6b267 Improved default line formatter for syslog handler 2012-07-22 04:03:43 +02:00
Jordi Boggiano
59fb9f41be Merge pull request #98 from pborreli/patch-1
Removed duplicated array key
2012-07-13 01:10:11 -07:00
Pascal Borreli
0a0c7a3a81 Removed duplicated array key 2012-07-13 11:08:09 +03:00
Jordi Boggiano
41ea019077 Merge pull request #97 from Adel-E/patch-1
Remove unused @param
2012-07-12 01:41:58 -07:00
Adel
95e8569b4d Remove unused @param 2012-07-11 22:25:06 +00:00
Kamisama
e14ce7c8ba PSR-2 fixes and lazy connection 2012-07-10 11:46:23 -04:00
Kamisama
76e546a9aa Added CubeHandler
Send event to Cube via udp or http
2012-07-09 16:11:19 -04:00
Jordi Boggiano
6cbdc0410c Set default timezone on log records, fixes #94 2012-06-26 14:56:24 +02:00
Jordi Boggiano
ad9d31e0f4 Fix tests 2012-06-19 22:15:23 +02:00
Jordi Boggiano
89b5a3caac Cosmetic fixes 2012-06-19 22:15:10 +02:00
Jordi Boggiano
efa37359df Merge remote-tracking branch 'pomaxa/master' 2012-06-19 21:40:04 +02:00
Jordi Boggiano
9dee289dae Fix formatters to handle new levels 2012-06-19 20:53:33 +02:00
Jordi Boggiano
c8ca42764c Cosmetic fixes 2012-06-19 20:39:54 +02:00
Jordi Boggiano
61359a972b Merge remote-tracking branch 'FGM/master' 2012-06-19 20:28:04 +02:00
Jordi Boggiano
388056fd92 Fix wildfire formatter with custom data types, refs #89 2012-06-15 18:55:16 +02:00
pomaxa
e5ffccd422 fix indentation 2012-06-15 17:56:19 +03:00
Jordi Boggiano
4829b09743 Avoid failures when normalizing exotic values, fixes #89 2012-06-15 16:45:26 +02:00
pomaxa
792634384a AMQP mock object 2012-06-15 14:48:07 +03:00
pomaxa
0932fd33c4 comments & readme update 2012-06-15 14:31:50 +03:00
pomaxa
246ea3a9f6 typo 2012-06-15 13:19:12 +03:00
pomaxa
6b4f4af85f get issuer name from record param channel, instead of passing it through handler constructor 2012-06-15 13:18:44 +03:00
Jordi Boggiano
da33c84d07 CS fixes 2012-06-14 15:47:01 +02:00
Jordi Boggiano
1530322897 Fix test 2012-06-14 15:42:03 +02:00
Jordi Boggiano
afa7d891cc Merge pull request #93 from Shreef/master
2nd fix for issue #91
2012-06-14 06:40:10 -07:00
Shreef
96a2319a24 little update related to issue #91 to make sure that the buffer won't get sent to the sub-handler twice 2012-06-14 15:21:41 +02:00
Shreef
85317d4f8f fixed issue #91 2012-06-14 14:58:17 +02:00
pomaxa
6a86fa4444 skip test instead of throw an error 2012-06-13 17:53:55 +03:00
pomaxa
9d8b108d3c remove notation 2012-06-13 17:51:36 +03:00
pomaxa
fb19840a8f add type hint, remove Exception 2012-06-13 17:36:25 +03:00
Andrew Tch
72ee0aee96 mock implemenation, kind of 2012-06-13 17:10:09 +03:00
pomaxa
a9df0f461a test fix 2012-06-13 12:38:09 +03:00
pomaxa
a56543682d AMQP 2012-06-13 12:07:17 +03:00
pomaxa
be762cb0c5 style 2012-06-13 11:21:22 +03:00
pomaxa
4c46dce153 Fixed issues 2012-06-13 11:17:30 +03:00
pomaxa
b4a33da363 amqp handler.. need to test 2012-06-12 16:48:32 +03:00
Frederic G. MARAND
3a337f2212 Update wording for 8 levels of severity and RFC3164 to RFC5424. 2012-06-09 13:48:01 +02:00
Frederic G. MARAND
07aac12c72 Implement the 8 RFC3164 severity levels instead of just 6.
- constants defined for the 2 missing levels: NOTICE and EMERGENCY.
- add<level>() and <level>() convenience methods added.
- TestHandler and tests updated to account for the two extra levels.
- surjective mappings from the RFC3164 to only 6 levels changes to bijective.
- README updated accordingly.
2012-05-28 20:29:27 +02:00
Jordi Boggiano
2eb0c0978d Merge pull request #84 from jiripetrek/feature-mail-handler
Add posibility to specify more address and custom headers in NativeMailerHandler
2012-05-07 11:19:28 -07:00
Jiří Petřek
ac69638824 text-plain => text/plain 2012-05-07 19:31:59 +02:00
Jiří Petřek
5ac0d070b7 Typos 2012-05-07 18:25:13 +02:00
Jiří Petřek
93f814d721 Typos 2012-05-07 18:20:39 +02:00
Jiří Petřek
50a48feba3 NativMailerHandler: can be specified more recipients and custom headers 2012-05-07 17:38:05 +02:00
Jordi Boggiano
a406763e71 Merge pull request #77 from msabramo/patch-1
Add GitHub PHP syntax highlighting to example
2012-04-27 14:06:21 -07:00
Jordi Boggiano
4f53e251cd Fix language 2012-04-27 18:55:50 +03:00
Jordi Boggiano
ff274d7762 Merge pull request #81 from msabramo/patch-3
README.mdown tweaks
2012-04-27 08:55:21 -07:00
Marc Abramowitz
cac38601f4 README.mdown tweaks 2012-04-27 08:39:21 -07:00