Element index for package bigace.classes.logger
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ i ]
[ l ]
[ r ]
[ u ]
[ _ ]
top
top
top
top
f
- FileLogger.php
- procedural page FileLogger.php
- FileLogger
- in file FileLogger.php, method FileLogger::FileLogger()
Pass a PREFIX for your file if you do not th share your Log messsages with other Logger consumer.
- FileLogger
- in file FileLogger.php, class FileLogger
This Logger saves any kind of logging message to a file.
- finalize
- in file RuntimeLogger.php, method RuntimeLogger::finalize()
- finalize
- in file FileLogger.php, method FileLogger::finalize()
- finalize
- in file Logger.php, method Logger::finalize()
Clean up all resources that might be used by this Logger!
top
top
top
l
- $LOGMSG
- in file RuntimeLogger.php, variable RuntimeLogger::$LOGMSG
- Logger.php
- procedural page Logger.php
- log
- in file FileLogger.php, method FileLogger::log()
- log
- in file RuntimeLogger.php, method RuntimeLogger::log()
- log
- in file Logger.php, method Logger::log()
Log a message for a special mode, use this if you wanna use your own level/mode!
- logDebug
- in file Logger.php, method Logger::logDebug()
Messages of this Type are mostly used for development or error search!
- logError
- in file Logger.php, method Logger::logError()
Messages of this Type will always be logged!
- Logger
- in file RuntimeLogger.php, method RuntimeLogger::Logger()
- Logger
- in file Logger.php, class Logger
The BIGACE Logger is used as Interface.
- logInfo
- in file Logger.php, method Logger::logInfo()
Messages of this Type are used for information messages.
- logScriptError
- in file Logger.php, method Logger::logScriptError()
Callback function for the PHP logging mechanism.
- logSQL
- in file Logger.php, method Logger::logSQL()
Log SQL Commands
top
r
- RuntimeLogger.php
- procedural page RuntimeLogger.php
- RuntimeLogger
- in file RuntimeLogger.php, class RuntimeLogger
This BIGACE Logger saves all messages within an internal array. You may fetch these messages at the end of the call and use them for whatever you want (output in html, save to file...).
top
top
|
|