LoggingController Class Reference
Detailed Description
LoggingController is used to log a message in the backend log.
The controller supports the following actions:
Action default
Log the message.
Parameter | Description |
---|---|
in type | The type of message. Must be one of: DEBUG, INFO, WARNING, ERROR, FATAL |
in message | The message |
Response Actions | |
ok | In all cases |
Definition at line 35 of file LoggingController.php.
Inheritance diagram for LoggingController:
Protected Member Functions | |
doExecute ($method=null) | |
Protected Member Functions inherited from Controller | |
validate () | |
executeSubAction ($action) | |
redirect ($location, $key=null, $data=null) | |
getLogger () | |
getSession () | |
getPersistenceFacade () | |
getPermissionManager () | |
getActionMapper () | |
getLocalization () | |
getMessage () | |
getConfiguration () | |
requireTransaction () | |
endTransaction ($commit) | |
isLocalizedRequest () | |
checkLanguageParameter () | |
generateCsrfToken ($name, $refresh=true) | |
validateCsrfToken ($name, $invalidate=true) | |
getLocalSessionValue ($key, $default=null) | |
setLocalSessionValue ($key, $value) | |
clearLocalSessionValues () | |
Additional Inherited Members | |
Public Member Functions inherited from Controller | |
__construct (Session $session, PersistenceFacade $persistenceFacade, PermissionManager $permissionManager, ActionMapper $actionMapper, Localization $localization, Message $message, Configuration $configuration) | |
initialize (Request $request, Response $response) | |
execute ($method=null) | |
getRequest () | |
getResponse () | |
Public Attributes inherited from Controller | |
const | CSRF_TOKEN_PARAM = 'csrf_token' |
Member Function Documentation
◆ doExecute()
|
protected |
- See also
- Controller::doExecute()
Reimplemented from Controller.
Definition at line 40 of file LoggingController.php.