Element index for package common.logger
[ a ]
[ e ]
[ g ]
[ l ]
[ r ]
[ s ]
[ _ ]
top
top
e
- LEVEL_DEBUG
- in file Logger.class.php, class constant Logger::LEVEL_DEBUG
Debugging priority level.
- LEVEL_ERROR
- in file Logger.class.php, class constant Logger::LEVEL_ERROR
Error priority level.
- LEVEL_FATAL
- in file Logger.class.php, class constant Logger::LEVEL_FATAL
Fatal priority level.
- LEVEL_INFO
- in file Logger.class.php, class constant Logger::LEVEL_INFO
Info priority level.
- LEVEL_WARN
- in file Logger.class.php, class constant Logger::LEVEL_WARN
Warning priority level.
top
g
- getAppender
- in file Logger.class.php, method Logger::getAppender()
Retrieve an appender.
- getExitPriority
- in file Logger.class.php, method Logger::getExitPriority()
Retrieve the priority level that must be met or exceeded in order for Mojavi to exit upon the logging of an exception.
- getPriority
- in file Logger.class.php, method Logger::getPriority()
Retrieve the priority level that must be met or exceeded in order for this logger to log an exception.
top
l
- log
- in file Logger.class.php, method Logger::log()
Log an exception.
- Logger
- in file Logger.class.php, class Logger
Logger provides an interface for logging exceptions to multiple appenders.
- Logger.class.php
- procedural page Logger.class.php
top
top
s
- setExitPriority
- in file Logger.class.php, method Logger::setExitPriority()
Set the priority level that must be met or exceeded in order for Mojavi to exit upon the logging of an exception.
- setPriority
- in file Logger.class.php, method Logger::setPriority()
Set the priority level that must be met or exceeded in order for this logger to log an exception.
top
|
|