Search for log
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Log | class | core/ |
Logs values without changing them. |
Log | class | core/ |
Database query logger. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
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 |
LoggerAwarePass | class | core/ |
Sets the logger on all services that implement LoggerAwareInterface. |
LoggerAwarePass.php | file | core/ |
|
LoggerAwarePass::process | function | core/ |
|
LoggerAwarePassTest | class | core/ |
Tests the logger aware compiler pass. |
LoggerAwarePassTest.php | file | core/ |
|
LoggerAwarePassTest::$modules | property | core/ |
Modules to install. |
LoggerAwarePassTest::testExistingLogger | function | core/ |
Tests that existing loggers are not overwritten. |
LoggerAwarePassTest::testLoggerAwarePass | function | core/ |
Tests that the logger aware compiler pass works. |
LoggerAwareStub | class | core/ |
A test class that implements LoggerAwareInterface. |
LoggerAwareStub.php | file | core/ |
|
LoggerAwareStub::getLogger | function | core/ |
Gets the logger. |
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/ |
|
LoggerChannelFactory::$channels | property | core/ |
Array of all instantiated logger channels keyed by channel name. |
LoggerChannelFactory::$currentUser | property | core/ |
The current user. |
LoggerChannelFactory::$loggers | property | core/ |
An array of arrays of \Psr\Log\LoggerInterface keyed by priority. |
LoggerChannelFactory::$requestStack | property | core/ |
The request stack. |
LoggerChannelFactory::addLogger | function | core/ |
|
LoggerChannelFactory::get | function | core/ |
|
LoggerChannelFactory::setContainer | function | core/ |
Sets the service container. |
LoggerChannelFactory::__construct | function | core/ |
Constructs a LoggerChannelFactory. |
LoggerChannelFactory::__get | function | core/ |
|
LoggerChannelFactoryInterface | interface | core/ |
Logger channel factory interface. |
LoggerChannelFactoryInterface.php | file | core/ |
|
LoggerChannelFactoryInterface::addLogger | function | core/ |
Adds a logger to all the channels. |
LoggerChannelFactoryInterface::get | function | core/ |
Retrieves the registered logger for the requested channel. |
LoggerChannelFactoryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Logger\LoggerChannelFactory @group Logger |
LoggerChannelFactoryTest.php | file | core/ |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.