ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Logging factory. More...
Static Public Member Functions | |
static | getLevels () |
static | getLevelOptions () |
Get log level options. More... | |
Data Fields | |
const | DEBUG = 100 |
const | INFO = 200 |
const | NOTICE = 250 |
const | WARNING = 300 |
const | ERROR = 400 |
const | CRITICAL = 500 |
const | ALERT = 550 |
const | EMERGENCY = 600 |
const | OFF = 1000 |
Logging factory.
This class supplies an implementation for the locator. The locator will send its output to ist own frame, enabling more flexibility in the design of the desktop.
Definition at line 15 of file class.ilLogLevel.php.
|
static |
Get log level options.
Definition at line 50 of file class.ilLogLevel.php.
References $DIC, $lng, and DEBUG.
Referenced by ilLogComponentTableGUI\fillRow(), and ilObjLoggingSettingsGUI\initFormSettings().
|
static |
Definition at line 30 of file class.ilLogLevel.php.
References DEBUG.
Referenced by ilLogger\logStack(), and ilLogger\write().
const ilLogLevel::ALERT = 550 |
Definition at line 23 of file class.ilLogLevel.php.
const ilLogLevel::CRITICAL = 500 |
Definition at line 22 of file class.ilLogLevel.php.
Referenced by ilLog\__construct().
const ilLogLevel::DEBUG = 100 |
Definition at line 17 of file class.ilLogLevel.php.
Referenced by ilLoggingDBSettings\__construct(), ilTree\__construct(), ilSearchGUI\autoComplete(), ilLDAPQuery\checkGroupMembership(), ilOerHarvester\collect(), ilObjFile\createProperties(), ilECSCourseCreationHandler\doAttributeMapping(), ilAuthProviderOpenIdConnect\doAuthentication(), ilECSCmsCourseMemberCommandQueueHandler\doUpdate(), ilECSMappingSettingsGUI\dSynchronizeTrees(), ilOerHarvester\filter(), ilLoggerFactory\getComponentLogger(), ilAttendanceList\getHTML(), ilAwarenessUserProviderMemberships\getInitialUserSet(), ilParticipants\getUserMembershipAssignmentsByType(), ilAuthFrontend\handleAccountMigration(), ilECSCmsTreeCommandQueueHandler\handleCreate(), ilECSCmsTreeCommandQueueHandler\handleUpdate(), ilLTIAppEventListener\handleUpdateStatus(), ilAuthFrontendCredentialsLTI\initFromRequest(), ilAuthFrontendCredentialsApache\initFromRequest(), ilTimingsUser\lookupTimings(), ilOpenIdConnectUserSync\needsCreation(), ilLogComponentTableGUI\parse(), ilDidacticTemplateImport\parseActions(), ilUserAutoComplete\parseQueryString(), ilOpenIdConnectUserSync\parseRoleAssignments(), ilAttendanceList\readOrderedExportableFields(), ilLDAPUserSynchronisation\readUserData(), ilMDGeneral\save(), ilOpenIdConnectSettingsGUI\saveRoles(), IMSGlobal\LTI\HTTPMessage\send(), ilLOTestRun\setQuestionResult(), ilUserAutoComplete\setResultField(), ilAuthProviderLDAP\updateAccount(), and ilAuthProviderECS\validateHash().
const ilLogLevel::EMERGENCY = 600 |
Definition at line 24 of file class.ilLogLevel.php.
const ilLogLevel::ERROR = 400 |
Definition at line 21 of file class.ilLogLevel.php.
Referenced by ilTree\deleteTree(), ilTree\getNodeData(), ilTree\getNodeDataByType(), ilTree\getNodeTreeData(), ilTree\getPathId(), ilTree\getSubTree(), ilECSAppEventListener\handleMembership(), ilAuthProviderOpenIdConnect\handleUpdate(), ilNestedSetTree\insertNode(), ilMaterializedPathTree\insertNode(), ilTree\insertNode(), ilRandom\int(), ilTree\moveToTrash(), ilMaterializedPathTree\moveTree(), ilNestedSetTree\moveTree(), ilTree\removeTree(), and ilMailNotification\sendMail().
const ilLogLevel::INFO = 200 |
Definition at line 18 of file class.ilLogLevel.php.
Referenced by ilLoggingDBSettings\__construct(), ilLog\__construct(), ilLoggingSetupSettings\getCacheLevel(), ilLoggingSetupSettings\getLevel(), ilTree\insertNodeFromTrash(), ilLogger\logStack(), ilLTIDataConnector\saveResourceLink(), and ilLogger\write().
const ilLogLevel::NOTICE = 250 |
Definition at line 19 of file class.ilLogLevel.php.
const ilLogLevel::OFF = 1000 |
Definition at line 26 of file class.ilLogLevel.php.
const ilLogLevel::WARNING = 300 |
Definition at line 20 of file class.ilLogLevel.php.
Referenced by ilLog\__construct(), ilObjectMetaDataGUI\__construct(), ilECSSetting\_getInstance(), ilObjRoleFolderGUI\doChangeExistingObjects(), ilParticipants\getInstanceByObjId(), ilObjSession\initDefaultRoles(), ilSessionParticipants\sendNotification(), ilDateTime\setDate(), and ilStartUpGUI\showLogin().