Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-12-04 08:29:33 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-12-04 08:29:33 +0300
commita59667bf04c670e26c1116985481e688084efc4f (patch)
treea5d1ca9a9ce30720e6b1ad07d06e09796123b204 /core/Log.php
parent14cf2581242c75907fb554e08a30041ad107f558 (diff)
#6622 Logger refactoring: removed the "Log.getAvailableWriters" event
Adding new log backends will later be possible by configuring Monolog handlers
Diffstat (limited to 'core/Log.php')
-rw-r--r--core/Log.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Log.php b/core/Log.php
index 8bcf91df9c..d22b88160b 100644
--- a/core/Log.php
+++ b/core/Log.php
@@ -114,8 +114,6 @@ class Log extends Singleton
const LOGGER_FILE_PATH_CONFIG_OPTION = 'logger_file_path';
const STRING_MESSAGE_FORMAT_OPTION = 'string_message_format';
- const GET_AVAILABLE_WRITERS_EVENT = 'Log.getAvailableWriters';
-
/**
* The backtrace string to use when testing.
*