Search for log

  1. Search 7.x-2.x for log
  2. Other projects
Title Object type File name Summary
ActionExpression::$rulesDebugLogger property src/Plugin/RulesExpression/ActionExpression.php The rules debug logger channel.
BanIpTest::$logger property tests/src/Unit/Integration/RulesAction/BanIpTest.php
ConditionExpression::$rulesDebugLogger property src/Plugin/RulesExpression/ConditionExpression.php The rules debug logger channel.
ConditionExpressionTest::$rulesDebugLogger property tests/src/Unit/ConditionExpressionTest.php The mocked expression manager object.
EventIntegrationTest::testSystemLoggerEvent function tests/src/Kernel/EventIntegrationTest.php Test that a Logger message triggers the Rules debug logger listener.
EventIntegrationTest::testUserLoginEvent function tests/src/Kernel/EventIntegrationTest.php Test that the user login hook triggers the Rules event listener.
EventIntegrationTest::testUserLogoutEvent function tests/src/Kernel/EventIntegrationTest.php Test that the user logout hook triggers the Rules event listener.
ExpressionContainerBase::$rulesDebugLogger property src/Engine/ExpressionContainerBase.php The rules debug logger channel.
GenericEventSubscriber::$rulesDebugLogger property src/EventSubscriber/GenericEventSubscriber.php The rules debug logger channel.
logger.channel.rules service ./rules.services.yml
logger.channel.rules_debug service ./rules.services.yml Drupal\rules\Logger\RulesDebugLoggerChannel
logger.ruleslog service ./rules.services.yml Drupal\rules\Logger\RulesLog
logger.rules_debug_log service ./rules.services.yml Drupal\rules\Logger\RulesDebugLog
LogicException class src/Exception/LogicException.php An exception that is thrown when there is an error in program logic.
LogicException.php file src/Exception/LogicException.php
MetadataAssertionTest::testAssertingWithLogicalOperations function tests/src/Kernel/Engine/MetadataAssertionTest.php Tests asserted metadata is handled correctly in OR and AND containers.
RuleExpression::$rulesDebugLogger property src/Plugin/RulesExpression/RuleExpression.php The rules debug logger channel.
rules-debug-log-element.html.twig file templates/rules-debug-log-element.html.twig {#
/**
* @file
* Default theme implementation for a Rules debug output log entry.
*
* This outputs the container for Rules log debug output.
* Individual log entries are output in rules-debug-log-element.html.twig.
*
* Available variables:
* -…
RulesBanActionBase::$logger property src/Plugin/RulesAction/RulesBanActionBase.php The logger channel the action will write log messages to.
RulesDebugLog class src/Logger/RulesDebugLog.php Logger that stores Rules debug logs with the session service.
RulesDebugLog.php file src/Logger/RulesDebugLog.php
RulesDebugLog::$logs property src/Logger/RulesDebugLog.php Local storage of log entries.
RulesDebugLog::$session property src/Logger/RulesDebugLog.php The session service.
RulesDebugLog::build function src/Logger/RulesDebugLog.php Assembles the entire log into a render array.
RulesDebugLog::clearLogs function src/Logger/RulesDebugLog.php Clears the logs entries from the storage.
RulesDebugLog::filterContext function src/Logger/RulesDebugLog.php Removes invalid placeholders from the given array.
RulesDebugLog::getLogs function src/Logger/RulesDebugLog.php Returns a structured array of log entries.
RulesDebugLog::log function src/Logger/RulesDebugLog.php
RulesDebugLog::render function src/Logger/RulesDebugLog.php Renders the whole log.
RulesDebugLog::renderHelper function src/Logger/RulesDebugLog.php Renders the log of one event invocation.
RulesDebugLog::__construct function src/Logger/RulesDebugLog.php Constructs a RulesDebugLog object.
RulesDebugLoggerChannel class src/Logger/RulesDebugLoggerChannel.php Logs rules log entries in the available loggers.
RulesDebugLoggerChannel.php file src/Logger/RulesDebugLoggerChannel.php
RulesDebugLoggerChannel::$config property src/Logger/RulesDebugLoggerChannel.php A configuration object with rules settings.
RulesDebugLoggerChannel::$rulesDebugLog property src/Logger/RulesDebugLoggerChannel.php The Rules debug log.
RulesDebugLoggerChannel::log function src/Logger/RulesDebugLoggerChannel.php Parent log() function is overridden to use microtime() for Rules execution
times and to prepare additional variables to pass to the logger. These
variables hold the extra call parameters used by RulesDebugLog for
backtracing. These are passed in via…
RulesDebugLoggerChannel::__construct function src/Logger/RulesDebugLoggerChannel.php Creates RulesDebugLoggerChannel object.
RulesDebugLoggerChannelTest class tests/src/Unit/RulesDebugLoggerChannelTest.php @coversDefaultClass \Drupal\rules\Logger\RulesDebugLoggerChannel
@group Rules
RulesDebugLoggerChannelTest.php file tests/src/Unit/RulesDebugLoggerChannelTest.php
RulesDebugLoggerChannelTest::$container property tests/src/Unit/RulesDebugLoggerChannelTest.php The Drupal service container.
RulesDebugLoggerChannelTest::$rulesDebugLog property tests/src/Unit/RulesDebugLoggerChannelTest.php The Rules logger.rules_debug_log service.
RulesDebugLoggerChannelTest::$rulesDebugLogger property tests/src/Unit/RulesDebugLoggerChannelTest.php The Rules logger.channel.rules_debug service.
RulesDebugLoggerChannelTest::$session property tests/src/Unit/RulesDebugLoggerChannelTest.php The session service.
RulesDebugLoggerChannelTest::providerTestLog function tests/src/Unit/RulesDebugLoggerChannelTest.php Data provider for self::testLog().
RulesDebugLoggerChannelTest::setUp function tests/src/Unit/RulesDebugLoggerChannelTest.php
RulesDebugLoggerChannelTest::testLog function tests/src/Unit/RulesDebugLoggerChannelTest.php Tests LoggerChannel::log().
RulesDebugLogTest class tests/src/Functional/RulesDebugLogTest.php Tests that the Rules UI pages are reachable.
RulesDebugLogTest.php file tests/src/Functional/RulesDebugLogTest.php
RulesDebugLogTest::$modules property tests/src/Functional/RulesDebugLogTest.php Modules to enable.
RulesDebugLogTest::$profile property tests/src/Functional/RulesDebugLogTest.php We use the minimal profile because we want to test local action links.