Logger deprecated
class Logger extends Logger (View source)
deprecated
Methods
Deprecated. Use Concrete\Core\Logging\Channels::getChannels() instead.
Deprecated. Use Concrete\Core\Logging\Handler\DatabaseHandler::clearAll() instead.
Deprecated. Use Concrete\Core\Logging\Handler\DatabaseHandler::clearAll() instead.
Deprecated. Use Concrete\Core\Logging\Levels::getLevelDisplayName() instead.
Deprecated. Use Concrete\Core\Logging\Channels::getChannelDisplayName() instead.
Details
getChannels()
Deprecated. Use Concrete\Core\Logging\Channels::getChannels() instead.
static
clearAll()
Deprecated. Use Concrete\Core\Logging\Handler\DatabaseHandler::clearAll() instead.
static
clearByChannel(string $channel)
Deprecated. Use Concrete\Core\Logging\Handler\DatabaseHandler::clearAll() instead.
static string
getLevelDisplayName(int $level)
Deprecated. Use Concrete\Core\Logging\Levels::getLevelDisplayName() instead.
static string
getChannelDisplayName(string $channel)
Deprecated. Use Concrete\Core\Logging\Channels::getChannelDisplayName() instead.