|
wCMF
3.6
|
Inheritance diagram for LoggingController:Public Member Functions | |
| hasView () | |
| executeKernel () | |
Public Member Functions inherited from Controller | |
| Controller (&$delegate) | |
| initialize (&$request, &$response) | |
| validate () | |
| hasView () | |
| execute () | |
| executeKernel () | |
| getErrorMsg () | |
| setErrorMsg ($msg) | |
| appendErrorMsg ($msg) | |
| & | getRequest () |
| & | getResponse () |
| & | getView () |
| & | getDelegate () |
| getViewTemplate ($controller, $context, $action) | |
| getCacheId () | |
| assignViewDefaults (&$view) | |
| isLocalizedRequest () | |
Additional Inherited Members | |
Public Attributes inherited from Controller | |
| $_request = null | |
| $_response = null | |
| $_errorMsg = '' | |
| $_view = null | |
| $_delegate = null | |
LoggingController is a controller that logs a message.
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
$Id$
Input actions:
Output actions:
| [in] | type | The type of message. Must be one of: DEBUG, INFO, WARNING, ERROR, FATAL |
| [in] | message | The message |
Definition at line 38 of file class.LoggingController.php.
| LoggingController::hasView | ( | ) |
Definition at line 43 of file class.LoggingController.php.
| LoggingController::executeKernel | ( | ) |
Log the message.
Definition at line 52 of file class.LoggingController.php.
References Log\debug(), Log\error(), Log\fatal(), Log\info(), and Log\warn().
Here is the call graph for this function: