Search for all
- Search 7.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LoggedStatementsTrait | trait | core/ |
Trait for Connection classes that can store logged statements. |
| LoggedStatementsTrait.php | file | core/ |
|
| LoggedStatementsTrait::$loggedStatements | property | core/ |
Logged statements. |
| LoggedStatementsTrait::getDriverClass | function | core/ |
|
| LoggedStatementsTrait::getLoggedStatements | function | core/ |
Returns the executed queries. |
| LoggedStatementsTrait::query | function | core/ |
|
| LoggedStatementsTrait::resetLoggedStatements | function | core/ |
Resets logged statements. |
| logger.advisory_feed_test | service | core/ |
Drupal\advisory_feed_test\TestSystemLoggerChannel |
| logger.broken | service | core/ |
Drupal\error_service_test\Logger\TestLog |
| logger.channel.aggregator | service | core/ |
|
| logger.channel.ckeditor5 | service | core/ |
|
| logger.channel.contact | service | core/ |
Drupal\Core\Logger\LoggerChannel |
| logger.channel.cron | service | core/ |
|
| logger.channel.default | service | core/ |
|
| logger.channel.file | service | core/ |
Drupal\Core\Logger\LoggerChannel |
| logger.channel.form | service | core/ |
|
| logger.channel.image | service | core/ |
|
| logger.channel.jsonapi | service | core/ |
|
| logger.channel.layout_builder | service | core/ |
|
| logger.channel.migrate_drupal | service | core/ |
|
| logger.channel.php | service | core/ |
|
| logger.channel.rest | service | core/ |
|
| logger.channel.security | service | core/ |
|
| logger.channel.system | service | core/ |
|
| logger.channel.user | service | core/ |
|
| logger.channel.workspaces | service | core/ |
|
| logger.channel_base | service | core/ |
Drupal\Core\Logger\LoggerChannel |
| logger.dblog | service | core/ |
Drupal\dblog\Logger\DbLog |
| logger.factory | service | core/ |
Drupal\Core\Logger\LoggerChannelFactory |
| logger.log_message_parser | service | core/ |
Drupal\Core\Logger\LogMessageParser |
| logger.syslog | service | core/ |
Drupal\syslog\Logger\SysLog |
| logger.syslog_test | service | core/ |
Drupal\syslog_test\Logger\SysLogTest |
| LoggerChannel | class | core/ |
Defines a logger channel that most implementations will use. |
| LoggerChannel.php | file | core/ |
|
| LoggerChannel::$callDepth | property | core/ |
Number of times LoggerChannel::log() has been called for a single message. |
| LoggerChannel::$channel | property | core/ |
The name of the channel of this logger instance. |
| LoggerChannel::$currentUser | property | core/ |
The current user object. |
| LoggerChannel::$levelTranslation | property | core/ |
Map of PSR3 log constants to RFC 5424 log constants. |
| LoggerChannel::$loggers | property | core/ |
An array of arrays of \Psr\Log\LoggerInterface keyed by priority. |
| LoggerChannel::$requestStack | property | core/ |
The request stack object. |
| LoggerChannel::addLogger | function | core/ |
Adds a logger. |
| LoggerChannel::log | function | core/ |
|
| LoggerChannel::MAX_CALL_DEPTH | constant | core/ |
Maximum call depth to self::log() for a single log message. |
| LoggerChannel::setCurrentUser | function | core/ |
Sets the current user. |
| LoggerChannel::setLoggers | function | core/ |
Sets the loggers for this channel. |
| LoggerChannel::setRequestStack | function | core/ |
Sets the request stack. |
| LoggerChannel::sortLoggers | function | core/ |
Sorts loggers according to priority. |
| LoggerChannel::__construct | function | core/ |
Constructs a LoggerChannel object. |
| LoggerChannelFactory | class | core/ |
Defines a factory for logging channels. |
| LoggerChannelFactory.php | file | core/ |
Pagination
- Previous page
- Page 914
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.