wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
LoggingController Class Reference
+ 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
 

Detailed Description

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:

  • unspecified: Log the message

Output actions:

  • ok In any case
Parameters
[in]typeThe type of message. Must be one of: DEBUG, INFO, WARNING, ERROR, FATAL
[in]messageThe message
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 38 of file class.LoggingController.php.

Member Function Documentation

LoggingController::hasView ( )
See Also
Controller::hasView()

Definition at line 43 of file class.LoggingController.php.

LoggingController::executeKernel ( )

Log the message.

Returns
Array of given context and action 'ok' in every case.
See Also
Controller::executeKernel()

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:


The documentation for this class was generated from the following file: