From a59667bf04c670e26c1116985481e688084efc4f Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Thu, 4 Dec 2014 18:29:33 +1300 Subject: #6622 Logger refactoring: removed the "Log.getAvailableWriters" event Adding new log backends will later be possible by configuring Monolog handlers --- core/Log.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/Log.php') 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. * -- cgit v1.2.3