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
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 35 of file LoggingController.php.

+ Inheritance diagram for LoggingController:

Protected Member Functions

 doExecute ()
 
- Protected Member Functions inherited from Controller
 validate ()
 
 executeSubAction ($action)
 
 getLogger ()
 
 getSession ()
 
 getPersistenceFacade ()
 
 getPermissionManager ()
 
 getActionMapper ()
 
 getLocalization ()
 
 getMessage ()
 
 getConfiguration ()
 
 assignResponseDefaults ()
 
 isLocalizedRequest ()
 
 checkLanguageParameter ()
 

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 ()
 

Member Function Documentation

doExecute ( )
protected
See also
Controller::doExecute()

Definition at line 40 of file LoggingController.php.