dolibarr/htdocs/core/modules/syslog
Raphaël Doursenaud 9d6efde935 Prevent sentry logging error with 3.9 update
Since we don't ship the required libraries anymore,
if the module had been enabled before upgrade,
the code was failing making Dolibarr totally unusable.

Mitigated the issue by disabling sentry logging
if the required libraries are unavailable.
2016-04-07 17:16:42 +02:00
..
index.html Removed index.php and replaced them with blank index.html as it is more appropriate 2014-07-12 23:18:57 +02:00
logHandler.php Introduce a function to return a warning by loggers. 2015-09-07 12:21:26 +02:00
logHandlerInterface.php Introduce a function to return a warning by loggers. 2015-09-07 12:21:26 +02:00
mod_syslog_chromephp.php Introduce a function to return a warning by loggers. 2015-09-07 12:21:26 +02:00
mod_syslog_file.php Fix error when using a log hangler that make output into the http 2015-03-21 01:22:05 +01:00
mod_syslog_firephp.php Setup FirePHP like ChromePHP 2015-09-11 17:45:30 +02:00
mod_syslog_sentry.php Prevent sentry logging error with 3.9 update 2016-04-07 17:16:42 +02:00
mod_syslog_syslog.php Fix error when using a log hangler that make output into the http 2015-03-21 01:22:05 +01:00