ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilLogLevel Class Reference

Logging factory. More...

+ Collaboration diagram for ilLogLevel:

Static Public Member Functions

static getLevels ()
 
static getLevelOptions ()
 

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
 

Detailed Description

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.

Author
Stefan Meyer smeye.nosp@m.r.il.nosp@m.ias@g.nosp@m.mx.d.nosp@m.e

Definition at line 16 of file class.ilLogLevel.php.

Member Function Documentation

◆ getLevelOptions()

static ilLogLevel::getLevelOptions ( )
static

Definition at line 47 of file class.ilLogLevel.php.

References $DIC, and $lng.

Referenced by ilLogComponentTableGUI\fillRow(), and ilObjLoggingSettingsGUI\initFormSettings().

47  : array
48  {
49  global $DIC;
50 
51  $lng = $DIC->language();
52  return array(
53  self::DEBUG => $lng->txt('log_level_debug'),
54  self::INFO => $lng->txt('log_level_info'),
55  self::NOTICE => $lng->txt('log_level_notice'),
56  self::WARNING => $lng->txt('log_level_warning'),
57  self::ERROR => $lng->txt('log_level_error'),
58  self::CRITICAL => $lng->txt('log_level_critical'),
59  self::ALERT => $lng->txt('log_level_alert'),
60  self::EMERGENCY => $lng->txt('log_level_emergency'),
61  self::OFF => $lng->txt('log_level_off')
62  );
63  }
$lng
global $DIC
Definition: feed.php:28
+ Here is the caller graph for this function:

◆ getLevels()

static ilLogLevel::getLevels ( )
static

Definition at line 31 of file class.ilLogLevel.php.

Referenced by ilLogger\logStack(), and ilLogger\write().

31  : array
32  {
33  return array(
34  self::DEBUG,
35  self::INFO,
36  self::NOTICE,
37  self::WARNING,
38  self::ERROR,
39  self::CRITICAL,
40  self::ALERT,
41  self::EMERGENCY,
42  self::OFF
43  );
44  }
+ Here is the caller graph for this function:

Field Documentation

◆ ALERT

const ilLogLevel::ALERT = 550

Definition at line 24 of file class.ilLogLevel.php.

◆ CRITICAL

const ilLogLevel::CRITICAL = 500

Definition at line 23 of file class.ilLogLevel.php.

Referenced by ilLog\__construct(), and ilLogComponentLevelTest\testLevel().

◆ DEBUG

const ilLogLevel::DEBUG = 100

Definition at line 18 of file class.ilLogLevel.php.

Referenced by ilLoggingDBSettings\__construct(), ilObjRole\adjustPermissions(), ilLDAPQuery\checkGroupMembership(), ilOerHarvester\collect(), ilRbacAdmin\copyRolePermissionIntersection(), ilRbacAdmin\copyRolePermissionSubtract(), ilRbacAdmin\copyRolePermissionUnion(), ilRbacAdmin\copyRoleTemplatePermissions(), ilRbacAdmin\deleteRole(), ilRbacAdmin\deleteRolePermission(), ilECSCourseCreationHandler\doAttributeMapping(), ilAuthProviderOpenIdConnect\doAuthentication(), ilObjRoleFolderGUI\doChangeExistingObjects(), ilECSCmsCourseMemberCommandQueueHandler\doUpdate(), ilECSMappingSettingsGUI\dSynchronizeTrees(), ilOerHarvester\filter(), ilLoggerFactory\getComponentLogger(), ilUserAutoComplete\getList(), ilRbacAdmin\grantPermission(), ilAuthFrontend\handleAccountMigration(), ilECSCmsTreeCommandQueueHandler\handleCreate(), ilCourseReferenceAppEventListener\handleReferences(), ilECSCmsTreeCommandQueueHandler\handleUpdate(), ilLTIAppEventListener\handleUpdateStatus(), ilAuthFrontendCredentialsApache\initFromRequest(), ilTimingsUser\lookupTimings(), ilOpenIdConnectUserSync\needsCreation(), ilDidacticTemplateImport\parseActions(), ilUserAutoComplete\parseQueryString(), ilOpenIdConnectUserSync\parseRoleAssignments(), ilECSConnector\prepareConnection(), ilLDAPUserSynchronisation\readUserData(), ilRbacAdmin\revokePermission(), ilRbacAdmin\revokePermissionList(), ilMDGeneral\save(), ilLTIDataConnector\saveResourceLink(), ilOpenIdConnectSettingsGUI\saveRoles(), ilAuthProviderLDAP\updateAccount(), and ilAuthProviderECS\validateHash().

◆ EMERGENCY

const ilLogLevel::EMERGENCY = 600

Definition at line 25 of file class.ilLogLevel.php.

◆ ERROR

◆ INFO

◆ NOTICE

const ilLogLevel::NOTICE = 250

◆ OFF

const ilLogLevel::OFF = 1000

Definition at line 27 of file class.ilLogLevel.php.

◆ WARNING


The documentation for this class was generated from the following file: