User Tools

Site Tools


0.9:docs:services:log

Table of Contents

log

init

Initializes the logging service, and checks its state.

return True if the logging variable has a correct value, false otherwise.

addLog

Appends a line to the log file every. This function is called when the functions of certain services are called.

array($serviceName, $serviceFunction, [$serviceArgs])

$serviceName ⇒ Name of the service called. The 'mmap', 'extern' or 'eyex' services function calls are never logged (they are ignored).

$serviceFunction ⇒ Name of the function of the service.

$serviceArgs ⇒ Parameters passed to the called function.

return If the function succeeds, returns true, otherwise returns false.

lock

Disables logging.

unlock

Enables logging.

checkLog

Checks whether the logging status is enabled or disabled.

return Returns true if the logging is locked (disabled), false otherwise.

0.9/docs/services/log.txt · Last modified: 2016/03/07 22:59 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki