Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/alfresco/Service/Logger/LoggerConfig.php File Reference

Go to the source code of this file.

Enumerations

enum  DEBUG
enum  WARNING
enum  INFO

Variables

 $debugLevel = array(DEBUG, WARNING, INFO)
 $warningLevel = array(WARNING, INFO)
 $infoLevel = array(INFO)
 $noneLevel = array()
 $defaultLogLevel = $infoLevel
 $logFile = "c:/work/AlfrescoPHPLog.txt"
 $componentLogLevels

Enumeration Type Documentation

enum DEBUG

Definition at line 27 of file LoggerConfig.php.

enum INFO

Definition at line 29 of file LoggerConfig.php.

enum WARNING

Definition at line 28 of file LoggerConfig.php.


Variable Documentation

$componentLogLevels
Initial value:
 array(
                                                                "integration.mediawiki.ExternalStoreAlfresco" => $debugLevel
                                                        )

Definition at line 39 of file LoggerConfig.php.

$debugLevel = array(DEBUG, WARNING, INFO)

Definition at line 31 of file LoggerConfig.php.

$defaultLogLevel = $infoLevel

Definition at line 36 of file LoggerConfig.php.

$infoLevel = array(INFO)

Definition at line 33 of file LoggerConfig.php.

$logFile = "c:/work/AlfrescoPHPLog.txt"

Definition at line 38 of file LoggerConfig.php.

$noneLevel = array()

Definition at line 34 of file LoggerConfig.php.

$warningLevel = array(WARNING, INFO)

Definition at line 32 of file LoggerConfig.php.

 All Data Structures Namespaces Files Functions Variables Enumerations