1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-08 14:16:42 +02:00

Commit Graph

  • 3f5fd1dabc Remove unnecessary use statement adlawson 2014-01-14 12:56:38 +00:00
  • d81ca5a8d2 Promote hhvm to full support Jordi Boggiano 2014-01-10 09:22:47 +01:00
  • b17c7a41d1 Attempt hhvm build fix Jordi Boggiano 2014-01-09 23:27:36 +01:00
  • a1e98f4e1d Attempt to fix hhvm build, take 2 Jordi Boggiano 2014-01-01 19:24:16 +01:00
  • 9bfd2230cf Attempt to fix hhvm build Jordi Boggiano 2014-01-01 19:20:42 +01:00
  • 9125a3f977 Set default timezone to avoid tripping up hhvm Jordi Boggiano 2014-01-01 19:18:15 +01:00
  • c8289fd654 Updated GelfHandler/GelfFormatter Benjamin Zikarsky 2013-12-18 21:05:55 +01:00
  • e92cb54c24 Do away with this horrible mock class Jordi Boggiano 2013-12-26 14:24:17 +01:00
  • b265bbd70d Fix signature Jordi Boggiano 2013-12-26 14:11:00 +01:00
  • ad77932a7b Update amqp test mock Jordi Boggiano 2013-12-26 12:16:07 +01:00
  • edb4aaa75f Add exts Jordi Boggiano 2013-12-26 11:58:24 +01:00
  • caee29ac20 Merge pull request #288 from bzikarsky/mongo-test-fix Jordi Boggiano 2013-12-26 02:54:08 -08:00
  • d4cb2c49f4 Fix test on windows Jordi Boggiano 2013-12-26 11:50:12 +01:00
  • 3926d95f8a CS fixes Jordi Boggiano 2013-12-26 11:43:12 +01:00
  • cf2e93b1c3 Merge remote-tracking branch 'arturgspb/master' Jordi Boggiano 2013-12-26 11:38:57 +01:00
  • d27f3c3c18 Merge pull request #295 from staabm/patch-5 Jordi Boggiano 2013-12-26 01:33:58 -08:00
  • f94f37f0ae Merge pull request #294 from staabm/patch-4 Jordi Boggiano 2013-12-26 01:33:01 -08:00
  • 3e75c30d70 Merge pull request #293 from staabm/patch-3 Jordi Boggiano 2013-12-26 01:32:43 -08:00
  • de2ce5f5c2 Merge pull request #292 from staabm/patch-2 Jordi Boggiano 2013-12-26 01:32:31 -08:00
  • 1c120132b3 Merge pull request #291 from staabm/patch-1 Jordi Boggiano 2013-12-26 01:31:11 -08:00
  • 100a1b01f2 Minor phpdoc fixes Markus Staab 2013-12-26 00:25:22 +01:00
  • 9e536cfaba fix phpdoc Markus Staab 2013-12-26 00:18:20 +01:00
  • 22642bc8a7 Fixed syntax error in sample code Markus Staab 2013-12-26 00:12:49 +01:00
  • 5244991064 Updated to latest stable version Markus Staab 2013-12-25 23:58:29 +01:00
  • 56f17118c9 Added hhvm to travis.yml Markus Staab 2013-12-25 23:56:26 +01:00
  • a66d0ed837 Merge pull request #290 from levacic/hipchat-name-length Jordi Boggiano 2013-12-25 03:36:24 -08:00
  • 67a908796b Add name length check to the HipChatHandler Milos Levacic 2013-12-24 21:15:02 +01:00
  • a35326e406 Fixes MongoDBHandler unit-test Benjamin Zikarsky 2013-12-18 21:27:50 +01:00
  • c9db00f882 Merge pull request #283 from pmjones/master Jordi Boggiano 2013-12-14 05:52:08 -08:00
  • ff43ef9860 Init IntrospectionProcessor with skip classes parameter with fixed array notation Artur Geraschenko 2013-12-12 21:27:31 +03:00
  • bdc0892b9b add Aura.Web_Project Paul M. Jones 2013-12-12 11:38:58 -06:00
  • 5ad421d6a1 Merge pull request #279 from upyx/master Jordi Boggiano 2013-12-02 01:38:32 -08:00
  • 4d3723c68d Code style fix Sergey Rabochiy 2013-11-29 21:05:44 +07:00
  • e012bf1b63 Fix boolean to string convertation. Fix double normalization. Sergey Rabochiy 2013-11-29 16:09:42 +07:00
  • 475847fc07 Merge pull request #1 from Seldaek/master Tiago Brito 2013-11-26 06:06:53 -08:00
  • 6f5b3d2a9c Fix docblock Jordi Boggiano 2013-11-25 14:58:14 +01:00
  • eaa3c05509 Fix CS Jordi Boggiano 2013-11-25 14:25:05 +01:00
  • 193e627a0b Merge removeLogger* methods in a simpler one, refs #273 Jordi Boggiano 2013-11-25 14:22:15 +01:00
  • c5ea3e6a95 Merge remote-tracking branch 'tatarko/master' Jordi Boggiano 2013-11-25 14:18:53 +01:00
  • 0c3cf7842d Fixed outdated phpdoc Tomáš Tatarko 2013-11-24 14:18:03 +01:00
  • 0a5db1985c Removed addToRegistry() method Tomáš Tatarko 2013-11-24 11:51:46 +01:00
  • afaafc9199 Merge pull request #278 from alsar/html_formatter Jordi Boggiano 2013-11-23 13:58:36 -08:00
  • ed8c671660 added missing use statement alsar 2013-11-23 21:11:53 +01:00
  • 11cb918bbc Tweak html output a bit for readability, update readme, force unicode, refs #275 Jordi Boggiano 2013-11-20 13:44:25 +01:00
  • a27dfcd493 Merge remote-tracking branch 'tiagobrito/master' Jordi Boggiano 2013-11-20 13:31:10 +01:00
  • 89ba162dca Update readme, fix cs Jordi Boggiano 2013-11-20 13:30:00 +01:00
  • aff8d92e29 Add caching, group exec calls in one, refs #274 Jordi Boggiano 2013-11-20 13:28:13 +01:00
  • a5a579bb62 Merge remote-tracking branch 'otternq/dev-processor-git' Jordi Boggiano 2013-11-20 13:16:58 +01:00
  • e98c525dd3 convert $title and $th special characters to HTML Tiago Brito 2013-11-20 11:34:14 +00:00
  • 1c3b7a6cdd updated data assignment based on @Seldaek suggestion otternq 2013-11-20 00:41:49 -08:00
  • b230483fa5 consistent spacing in title style attribute Tiago Brito 2013-11-20 00:54:00 +00:00
  • 2fd22fe386 consistent spacing in html tags Tiago Brito 2013-11-20 00:52:01 +00:00
  • ec974cf3a1 convert $th content special characters to HTML and make all the tables with the same with Tiago Brito 2013-11-19 23:39:11 +00:00
  • 474250f5ff Fix english in doc blocks Tiago Brito 2013-11-19 16:18:58 +00:00
  • 06667ddf0b Add <pre> tag to define the json as a preformatted text. Tiago Brito 2013-11-19 09:58:40 +00:00
  • 5ce58ad471 Remove the unused $format parameter from the construct Tiago Brito 2013-11-19 09:49:49 +00:00
  • 87b0e65952 fix code-style and add documentation to addTitle and addRow methods Tiago Brito 2013-11-19 02:00:04 +00:00
  • 1435373649 add html email formatter Tiago Brito 2013-11-18 21:38:10 +00:00
  • e1feb74001 removing whitespace from getCommit() value otternq 2013-11-16 17:52:07 -08:00
  • 9c57967700 adding a processor for basic git information otternq 2013-11-16 17:40:16 -08:00
  • 6225b22de9 Merge remote-tracking branch 'origin/master' 1.7.0 Jordi Boggiano 2013-11-14 20:48:31 +01:00
  • 5a96200098 Update changelog/readme Jordi Boggiano 2013-11-14 20:46:26 +01:00
  • e8aa1013f5 Update license headers Jordi Boggiano 2013-11-14 20:17:23 +01:00
  • 97ed5e1ea3 Add check for curl ext Jordi Boggiano 2013-11-14 20:15:52 +01:00
  • b793eccd76 Merge remote-tracking branch 'sobstel/master' Jordi Boggiano 2013-11-14 20:14:38 +01:00
  • 1827de4da3 removed unnecessary presetting index to null Tomáš Tatarko 2013-11-14 15:53:26 +01:00
  • d67c34d456 phpdoc typo Tomáš Tatarko 2013-11-14 15:52:22 +01:00
  • 6779cf1e04 Moved all the logic to the separated class - Monolog\Registry Tomáš Tatarko 2013-11-14 14:44:19 +01:00
  • e8f7aeefea Merge pull request #271 from Petah/patch-1 Jordi Boggiano 2013-11-14 03:00:58 -08:00
  • b66237f825 Also prevent throwing another exception in the case that the exception logger level is not set. David Neilsen 2013-11-14 15:34:27 +13:00
  • 5434f3f73d Prevent throwing an exception in the case that the fatal error level is not set. David Neilsen 2013-11-14 15:14:00 +13:00
  • e63dff26ea Filled second argument for __callStatic() Tomáš Tatarko 2013-11-13 21:37:04 +01:00
  • c9f8c405ab unregisterLogger() method added, phpdoc typo Tomáš Tatarko 2013-11-13 21:33:35 +01:00
  • a9b57679b3 Ability to access logger instances in the global scope via static calls Tomáš Tatarko 2013-11-13 21:13:08 +01:00
  • ad859c3dba Update branch-alias Jordi Boggiano 2013-11-13 14:41:25 +01:00
  • 516447f913 Add version check for the AWS SDK, refs #260 Jordi Boggiano 2013-11-11 23:14:40 +01:00
  • 3987f88f2c Merge remote-tracking branch 'adlawson/dynamodb-handler' Jordi Boggiano 2013-11-11 22:43:16 +01:00
  • eea4d089e7 Merge pull request #251 from skymeyer/elastic_search2 Jordi Boggiano 2013-11-11 13:23:23 -08:00
  • 9537e186d0 Merge pull request #269 from acasademont/logstash_milliseconds Jordi Boggiano 2013-11-11 07:15:09 -08:00
  • 899f7f52e5 Add millisecond precision in the LogstashFormatter Albert Casademont 2013-11-11 15:50:38 +01:00
  • 43f97bb5af Merge pull request #267 from cordoval/feature/logrotate_flexible Jordi Boggiano 2013-11-11 02:42:16 -08:00
  • fb542f2164 address second comment on using str_replace instead of printf for setting filename format expression Luis Cordova 2013-11-05 13:54:59 -05:00
  • b140ff1bb0 change name according to Seldaek recommendation Luis Cordova 2013-11-05 13:33:39 -05:00
  • a72862ffc3 switch from setTimedFilename to setFilenameFormatParams Luis Cordova 2013-11-05 10:10:35 -05:00
  • 93469c4108 move public method before protected ones Luis Cordova 2013-11-05 10:07:35 -05:00
  • 6489e364d8 remove unused glob member Luis Cordova 2013-11-05 09:56:19 -05:00
  • 6d17d0c89f plug #245 log rotate with setTimedFilename Luis Cordova 2013-11-04 23:05:35 -05:00
  • b1b210dba3 ElasticSearchHandler and ElasticaFormatter skymeyer 2013-08-25 06:33:19 -07:00
  • a5010756d9 Merge pull request #266 from aeryaguzov/pid4childs Jordi Boggiano 2013-11-04 00:48:35 -08:00
  • d5c30addcd add right pid for childs Andrey Ryaguzov 2013-11-04 12:15:17 +04:00
  • ac091bffcd Refactor scalar formatter adlawson 2013-11-03 19:47:29 +00:00
  • 471bc7fa91 Add AWS DynamoDB handler adlawson 2013-11-03 13:30:54 +00:00
  • c35d4016db Add scalar value formatter adlawson 2013-11-03 13:26:02 +00:00
  • 7f99ac07d3 Only serialize things if needed Jordi Boggiano 2013-10-31 22:38:39 +01:00
  • da4bf80702 Ignore errors on 5.3 as well Jordi Boggiano 2013-10-31 22:38:24 +01:00
  • a1b3bf7c2a Merge remote-tracking branch 'wiistriker/patch-1' Jordi Boggiano 2013-10-31 22:32:31 +01:00
  • 68a4af953e Adjust methods visibility Jordi Boggiano 2013-10-31 22:21:31 +01:00
  • b8967466bc Combine common syslog handlers functionality, refs #258 Jordi Boggiano 2013-10-31 22:17:55 +01:00
  • 814cfa3c12 Merge remote-tracking branch 'nulpunkt/master' Jordi Boggiano 2013-10-31 21:49:37 +01:00
  • 16ca77c858 Removed more ['foo' => 'bar'] array notation Jesper Skovgaard Nielsen 2013-10-31 11:06:45 +01:00