\Application\LogLog

Creates a logger for the application with stream logging and firephp logging

Summary

Methods
Properties
Constants
getInstance()
getLog()
info()
notCommandLine()
No public properties found
No constants found
No protected methods found
$_instance
$_log
N/A
No private methods found
No private properties found
N/A

Properties

$_instance

$_instance : \Application\Log\Application\Log\Log

Instance of this class

Type

\Application\Log\Application\Log\Log

$_log

$_log : \Application\Log\Zend\Log\Logger

The logger that actually does the logging

Type

\Application\Log\Zend\Log\Logger

Methods

getInstance()

getInstance() : \Application\Log\instance

+Static Method: getInstance() {@source}

Returns

\Application\Log\instance —

of this class

getLog()

getLog() : \Application\Log\instance

+Method: getLog() {@source}

Returns

\Application\Log\instance —

of the logger class

info()

info(string  $msg) : null

+Method: info() {@source} Calls the info function directly

Parameters

string $msg

Returns

null

notCommandLine()

notCommandLine() : boolean

Check whether application is called from command line

Returns

boolean —

whether application is NOT called from command line