You are here

8 calls to LoggerInterface::log() in Zircon Profile 8

AbstractLogger::alert in vendor/psr/log/Psr/Log/AbstractLogger.php
Action must be taken immediately.
AbstractLogger::critical in vendor/psr/log/Psr/Log/AbstractLogger.php
Critical conditions.
AbstractLogger::debug in vendor/psr/log/Psr/Log/AbstractLogger.php
Detailed debug information.
AbstractLogger::emergency in vendor/psr/log/Psr/Log/AbstractLogger.php
System is unusable.
AbstractLogger::error in vendor/psr/log/Psr/Log/AbstractLogger.php
Runtime errors that do not require immediate action but should typically be logged and monitored.
AbstractLogger::info in vendor/psr/log/Psr/Log/AbstractLogger.php
Interesting events.
AbstractLogger::notice in vendor/psr/log/Psr/Log/AbstractLogger.php
Normal but significant events.
AbstractLogger::warning in vendor/psr/log/Psr/Log/AbstractLogger.php
Exceptional occurrences that are not errors.