Class LogModule

Module
   |
   +----LogModule

Located in File: Program_Root/log.mod.php


LogModule
 This module takes the log and noop options to control the
 log-messages.
 Options:
 log: show log-message.
 noop: no action (don't send mail)
 

Class Variable Summary
$name
Default Value: ->"LogModule"<-
$id
Default Value: ->MOD_LOG<-
$execlevel
Default Value: ->1<-

Method Summary
LogModule ( )
Constructor
before_action ( )
Before action
do_action ( )
Do action
after_action ( )
After action

Variable Detail

$name



$id



$execlevel




Function Detail

LogModule

LogModule ( )

Constructor
 Define options and call the superConstructor

Function Parameters:
Function Info:

before_action

before_action ( )

Before action
 Check the options and set the specified values

Function Parameters:
Function Info:

do_action

do_action ( )

Do action

Function Parameters:
Function Info:

after_action

after_action ( )

After action
 Cleanup

Function Parameters:
Function Info: