Element index for package wasp.core
[ e ]
[ l ]
[ s ]
[ w ]
[ _ ]
_
- __errorHandler
- in file WaspErrorHandler.php, method WaspErrorHandler::__errorHandler()
Handles all errors encountered by the application. Warnings are printed out to debug, and errors are thrown as exceptions to be handled by the exception handler below.
- __exceptionHandler
- in file WaspErrorHandler.php, method WaspErrorHandler::__exceptionHandler()
Handles all exceptions thrown by the application or framework.
top
e
- Emailer.php
- procedural page Emailer.php
- Emailer
- in file Emailer.php, class Emailer
Email class for WASP applications doesn't do much but allows for future abstraction
top
l
- Logger.php
- procedural page Logger.php
- log
- in file Logger.php, method Logger::log()
logs an informational message to the given log or the default log if not specified
- logDebug
- in file Logger.php, method Logger::logDebug()
logs a debug message to the given log or the default log if not specified
- logError
- in file Logger.php, method Logger::logError()
logs an error message to the given log or the default log if not specified
- Logger
- in file Logger.php, class Logger
Log handler class for WASP applications
- logWarning
- in file Logger.php, method Logger::logWarning()
logs a warning message to the given log or the default log if not specified
top
top
w
- WaspErrorHandler.php
- procedural page WaspErrorHandler.php
- WaspErrorHandler
- in file WaspErrorHandler.php, class WaspErrorHandler
Error Handler class for WASP applications called from WASP_CORE/wasp_init.php
top
|
|