├── .gitignore
├── src
├── lib
│ ├── sentry
│ │ ├── .gitattributes
│ │ ├── lib
│ │ │ └── Raven
│ │ │ │ ├── Exception.php
│ │ │ │ ├── SanitizeDataProcessor.php
│ │ │ │ ├── Context.php
│ │ │ │ ├── Util.php
│ │ │ │ ├── Processor
│ │ │ │ ├── RemoveHttpBodyProcessor.php
│ │ │ │ ├── RemoveCookiesProcessor.php
│ │ │ │ ├── SanitizeStacktraceProcessor.php
│ │ │ │ └── SanitizeHttpHeadersProcessor.php
│ │ │ │ ├── Processor.php
│ │ │ │ ├── Autoloader.php
│ │ │ │ ├── TransactionStack.php
│ │ │ │ ├── Breadcrumbs
│ │ │ │ └── ErrorHandler.php
│ │ │ │ ├── ReprSerializer.php
│ │ │ │ └── Breadcrumbs.php
│ │ ├── .gitignore
│ │ ├── .gitmodules
│ │ ├── AUTHORS
│ │ ├── .php_cs
│ │ ├── Makefile
│ │ ├── .scrutinizer.yml
│ │ ├── phpunit.xml
│ │ ├── LICENSE
│ │ ├── composer.json
│ │ ├── .travis.yml
│ │ └── bin
│ │ │ └── sentry
│ ├── Graylog2-gelf-php
│ │ ├── README
│ │ ├── index.php
│ │ └── LICENSE
│ ├── Airbrake
│ │ ├── Exception.php
│ │ ├── Resque
│ │ │ └── NotifyJob.php
│ │ ├── Version.php
│ │ └── Connection.php
│ ├── rsyslog
│ │ ├── syslogseverity.php
│ │ └── syslogfacility.php
│ └── XMPPHP
│ │ └── Exception.php
├── app
│ ├── locale
│ │ └── en_US
│ │ │ └── template
│ │ │ └── email
│ │ │ └── firegento_logger
│ │ │ └── notification.html
│ ├── design
│ │ ├── adminhtml
│ │ │ └── default
│ │ │ │ └── default
│ │ │ │ └── template
│ │ │ │ └── firegento_logger
│ │ │ │ ├── detail.view.phtml
│ │ │ │ ├── raven.phtml
│ │ │ │ └── test.view.phtml
│ │ └── frontend
│ │ │ └── base
│ │ │ └── default
│ │ │ ├── template
│ │ │ └── firegento_logger
│ │ │ │ ├── js.phtml
│ │ │ │ └── raven.phtml
│ │ │ └── layout
│ │ │ └── firegento_logger.xml
│ ├── code
│ │ └── community
│ │ │ └── FireGento
│ │ │ └── Logger
│ │ │ ├── sql
│ │ │ └── logger_setup
│ │ │ │ ├── mysql4-upgrade-1.4.1-1.4.2.php
│ │ │ │ └── mysql4-install-0.0.1.php
│ │ │ ├── data
│ │ │ └── logger_setup
│ │ │ │ ├── data-install-1.3.0.php
│ │ │ │ ├── data-upgrade-1.4.0-1.4.1.php
│ │ │ │ └── data-upgrade-1.3.0-1.4.0.php
│ │ │ ├── Model
│ │ │ ├── Db
│ │ │ │ └── Entry.php
│ │ │ ├── Resource
│ │ │ │ └── Db
│ │ │ │ │ ├── Entry
│ │ │ │ │ └── Collection.php
│ │ │ │ │ └── Entry.php
│ │ │ ├── System
│ │ │ │ └── Config
│ │ │ │ │ └── Source
│ │ │ │ │ ├── Prioritydefault.php
│ │ │ │ │ ├── Protocol.php
│ │ │ │ │ ├── Curlmethods.php
│ │ │ │ │ ├── Targets.php
│ │ │ │ │ ├── Priorities.php
│ │ │ │ │ └── SyslogFacilities.php
│ │ │ ├── Stream.php
│ │ │ ├── Loggly
│ │ │ │ └── LogglySyslogMessage.php
│ │ │ ├── Syslog.php
│ │ │ ├── Abstract.php
│ │ │ ├── JsonStream.php
│ │ │ └── Chromelogger.php
│ │ │ ├── Block
│ │ │ └── Adminhtml
│ │ │ │ ├── Logger
│ │ │ │ └── View.php
│ │ │ │ ├── Logger.php
│ │ │ │ ├── Test.php
│ │ │ │ ├── LiveView.php
│ │ │ │ └── System
│ │ │ │ └── Config
│ │ │ │ ├── Renderer
│ │ │ │ └── Select.php
│ │ │ │ └── EmailNotificationRule.php
│ │ │ ├── Formatter
│ │ │ └── Simple.php
│ │ │ └── controllers
│ │ │ └── ErrorController.php
│ └── etc
│ │ └── modules
│ │ └── FireGento_Logger.xml
└── skin
│ └── adminhtml
│ └── default
│ └── default
│ └── firegento_logger.css
├── phpdox.xml.dist
├── composer.json
├── docs
└── api
│ ├── html
│ ├── traits.xhtml
│ ├── interfaces.xhtml
│ ├── namespaces.xhtml
│ ├── index.xhtml
│ ├── classes
│ │ ├── XMPPHP_BOSH
│ │ │ ├── __process.xhtml
│ │ │ ├── loadSession.xhtml
│ │ │ ├── saveSession.xhtml
│ │ │ └── __parseBuffer.xhtml
│ │ ├── Roster
│ │ │ └── getRoster.xhtml
│ │ ├── XMPPHP_XMLStream
│ │ │ ├── time.xhtml
│ │ │ ├── read.xhtml
│ │ │ ├── readyToProcess.xhtml
│ │ │ ├── reset.xhtml
│ │ │ ├── disconnect.xhtml
│ │ │ ├── doReconnect.xhtml
│ │ │ ├── setupParser.xhtml
│ │ │ └── __destruct.xhtml
│ │ ├── ChromePhp
│ │ │ ├── group.xhtml
│ │ │ ├── table.xhtml
│ │ │ ├── groupEnd.xhtml
│ │ │ ├── __construct.xhtml
│ │ │ └── groupCollapsed.xhtml
│ │ ├── XMPPHP_XMPP
│ │ │ └── getRoster.xhtml
│ │ ├── FireGento_Logger_Shell
│ │ │ ├── run.xhtml
│ │ │ ├── runClean.xhtml
│ │ │ ├── runRotate.xhtml
│ │ │ └── runTestMessage.xhtml
│ │ └── Exception
│ │ │ ├── __clone.xhtml
│ │ │ ├── getCode.xhtml
│ │ │ ├── getTrace.xhtml
│ │ │ ├── getMessage.xhtml
│ │ │ └── getFile.xhtml
│ └── source
│ │ ├── app
│ │ └── index.xhtml
│ │ └── shell
│ │ └── index.xhtml
│ └── xml
│ └── classes
│ ├── FireGento_Logger_Model_Db_Entry.xml
│ ├── FireGento_Logger_Model_System_Config_Source_SyslogFacilities.xml
│ ├── FireGento_Logger_Block_Adminhtml_Logger.xml
│ ├── FireGento_Logger_Model_Syslog.xml
│ ├── FireGento_Logger_Block_Adminhtml_LiveView.xml
│ ├── FireGento_Logger_Model_Resource_Db_Entry_Collection.xml
│ ├── FireGento_Logger_Model_System_Config_Source_Priorities.xml
│ ├── FireGento_Logger_Block_Adminhtml_Logger_View.xml
│ ├── FireGento_Logger_Model_System_Config_Source_Targets.xml
│ ├── FireGento_Logger_Block_Adminhtml_Test.xml
│ ├── FireGento_Logger_Model_System_Config_Source_Protocol.xml
│ ├── FireGento_Logger_Block_Adminhtml_System_Config_EmailNotificationRule.xml
│ ├── FireGento_Logger_Block_Adminhtml_System_Config_Renderer_Select.xml
│ ├── FireGento_Logger_Formatter_Simple.xml
│ ├── SyslogSeverity.xml
│ ├── FireGento_Logger_Model_Resource_Db_Entry.xml
│ ├── FireGento_Logger_Block_Adminhtml_System_Config_Targetmap.xml
│ ├── FireGento_Logger_Model_System_Config_Source_Prioritydefault.xml
│ ├── FireGento_Logger_Model_Chromelogger.xml
│ ├── FireGento_Logger_Shell.xml
│ └── SyslogFacility.xml
└── modman
/.gitignore:
--------------------------------------------------------------------------------
1 | .idea
2 |
--------------------------------------------------------------------------------
/src/lib/sentry/.gitattributes:
--------------------------------------------------------------------------------
1 | /examples export-ignore
2 | /docs export-ignore
3 | /test export-ignore
4 |
--------------------------------------------------------------------------------
/src/lib/sentry/lib/Raven/Exception.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | Exception: {{var loggerentry_url}}
--------------------------------------------------------------------------------
/src/lib/Graylog2-gelf-php/README:
--------------------------------------------------------------------------------
1 | PHP classes to send GELF (Graylog extended log format) messages
2 |
3 | See http://www.graylog2.org/about/gelf for more information.
4 |
--------------------------------------------------------------------------------
/src/lib/sentry/AUTHORS:
--------------------------------------------------------------------------------
1 | The Sentry PHP SDK was originally written by Michael van Tellingen
2 | and is maintained by the Sentry Team.
3 |
4 | http://github.com/getsentry/sentry-php/contributors
5 |
--------------------------------------------------------------------------------
/src/lib/sentry/.php_cs:
--------------------------------------------------------------------------------
1 | in(__DIR__)
5 | ;
6 |
7 | return Symfony\CS\Config\Config::create()
8 | ->setUsingCache(true)
9 | ->setUsingLinter(true)
10 | ->level(Symfony\CS\FixerInterface::PSR2_LEVEL)
11 | ->finder($finder)
12 | ;
13 |
--------------------------------------------------------------------------------
/src/lib/Airbrake/Exception.php:
--------------------------------------------------------------------------------
1 |
9 | * @copyright (c) 2011-2013 Drew Butler
10 | * @license http://www.opensource.org/licenses/mit-license.php
11 | */
12 | class Exception extends \Exception
13 | {
14 |
15 | }
16 |
--------------------------------------------------------------------------------
/phpdox.xml.dist:
--------------------------------------------------------------------------------
1 |
2 |
getLoggerEntry()->getMessage();?>13 |
| Name | 37 |Interfaces | 38 |Classes | 39 |Traits | 40 |
|---|---|---|---|
| \ | 44 |0 | 45 |46 | 52 47 | | 48 |0 | 49 |
Welcome to the Software Documentation homepage.
34 |
40 | tag:
41 | branch:
Warning: PHPLoc enrichment not enabled or phploc.xml not found.
49 |public function __process()
67 |
68 | public function getRoster()
68 |
69 | public function loadSession()
67 |
68 | public function saveSession()
67 |
68 | public function time()
67 |
68 | public function __parseBuffer()
67 |
68 | public function group()
68 |
69 | public function table()
68 |
69 | public function groupEnd()
68 |
69 | private function __construct()
68 |
69 | public function getRoster()
68 |
69 | public function read()
68 |
69 | public function readyToProcess()
67 |
68 | public function reset()
68 |
69 | public function run()
68 |
69 | public function groupCollapsed()
68 |
69 | public function disconnect()
68 |
69 | public function doReconnect()
68 |
69 | public function setupParser()
68 |
69 | protected function runClean()
68 |
69 | public function __destruct()
68 |
69 | 43 | This project consists of 35 directories, containing 44 | a total of 56 files. 45 |
46 || Name | 55 |Size | 56 |Last Modified | 57 |
|---|---|---|
| 60 | 61 | code 62 | 63 | | 64 |65 | | 66 | |
| 69 | 70 | Total: 1 directories, 71 | | 72 |||
protected function runRotate()
68 |
69 | 43 | This project consists of 35 directories, containing 44 | a total of 56 files. 45 |
46 || Name | 55 |Size | 56 |Last Modified | 57 |
|---|---|---|
| 60 | logger.php 61 | | 62 |2.8 KB 63 | | 64 |2015-01-24T18:41:17+00:00 | 65 |
| 68 | 69 | Total: 1 files 70 | | 71 |||
protected function runTestMessage()
68 |
69 | function __clone()
68 |
69 | public function getCode()
68 |
69 | public function getTrace()
68 |
69 | public function getMessage()
68 |
69 | public function getFile()
68 |
69 |