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 |
---|---|---|---|
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/ |
Adds a logger to all the channels. |
LoggerChannelFactory::get | function | core/ |
Retrieves the registered logger for the requested channel. |
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[[api-linebreak]] @group Logger |
LoggerChannelFactoryTest.php | file | core/ |
|
LoggerChannelFactoryTest::testConstructorDeprecation | function | core/ |
@covers ::__construct[[api-linebreak]] @group legacy |
LoggerChannelFactoryTest::testDeprecatedGetContainer | function | core/ |
@covers ::__get[[api-linebreak]] @group legacy |
LoggerChannelFactoryTest::testDeprecatedSetContainer | function | core/ |
@covers ::setContainer[[api-linebreak]] @group legacy |
LoggerChannelFactoryTest::testGet | function | core/ |
Tests LoggerChannelFactory::get(). |
LoggerChannelFactoryTest::testWithoutConstructor | function | core/ |
@covers ::get[[api-linebreak]] @group legacy |
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/ |
|
LoggerChannelTest::providerTestLog | function | core/ |
Data provider for self::testLog(). |
LoggerChannelTest::testLog | function | core/ |
Tests LoggerChannel::log(). |
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.