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.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/ | 
                                                                                        |
| LoggerChannelFactory::$channels | property | core/ | 
                                                                                        Array of all instantiated logger channels keyed by channel name. | 
| LoggerChannelFactory::$loggers | property | core/ | 
                                                                                        An array of arrays of \Psr\Log\LoggerInterface keyed by priority. | 
| LoggerChannelFactory::addLogger | function | core/ | 
                                                                                        Adds a logger to all the channels. | 
| LoggerChannelFactory::get | function | core/ | 
                                                                                        Retrieves the registered logger for the requested channel. | 
| 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[[api-linebreak]] @group Logger  | 
              
| LoggerChannelFactoryTest.php | file | core/ | 
                                                                                        |
| LoggerChannelFactoryTest::testGet | function | core/ | 
                                                                                        Tests LoggerChannelFactory::get(). | 
| LoggerChannelInterface | interface | core/ | 
                                                                                        Logger channel interface. | 
| LoggerChannelInterface.php | file | core/ | 
                                                                                        |
| LoggerChannelInterface::addLogger | function | core/ | 
                                                                                        Adds a logger. | 
| LoggerChannelInterface::setCurrentUser | function | core/ | 
                                                                                        Sets the current user. | 
| LoggerChannelInterface::setLoggers | function | core/ | 
                                                                                        Sets the loggers for this channel. | 
| LoggerChannelInterface::setRequestStack | function | core/ | 
                                                                                        Sets the request stack. | 
| LoggerChannelTest | class | core/ | 
                                                                                        @coversDefaultClass \Drupal\Core\Logger\LoggerChannel[[api-linebreak]] @group Logger  | 
              
| LoggerChannelTest.php | file | core/ | 
                                                                                        Contains \Drupal\Tests\Core\Logger\LoggerChannelTest. | 
| LoggerChannelTest::providerTestLog | function | core/ | 
                                                                                        Data provider for self::testLog(). | 
| LoggerChannelTest::testLog | function | core/ | 
                                                                                        Tests LoggerChannel::log(). | 
| LoggerChannelTest::testLogRecursionProtection | function | core/ | 
                                                                                        Tests LoggerChannel::log() recursion protection. | 
| LoggerChannelTest::testNullIp | function | core/ | 
                                                                                        Tests that $context['ip'] is a string even when the request's IP is NULL. | 
| LoggerChannelTest::testSortLoggers | function | core/ | 
                                                                                        Tests LoggerChannel::addLoggers(). | 
| LoggerChannelTrait | trait | core/ | 
                                                                                        Wrapper methods for the logger factory service. | 
Pagination
- Previous page
 - Page 10
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.