Search for log

  1. Search 7.x-2.x for log
  2. Other projects
Title Object type File name Summary
RulesDebugLogTest::setUp function tests/src/Functional/RulesDebugLogTest.php
RulesDebugLogTest::testEventDebugLogMessage function tests/src/Functional/RulesDebugLogTest.php Tests that entity CRUD events get fired only once.
RulesIntegrationTestBase::$logger property tests/src/Unit/Integration/RulesIntegrationTestBase.php A mocked Rules logger.channel.rules_debug service.
RulesKernelTestBase::$debugLog property tests/src/Kernel/RulesKernelTestBase.php Rules debug log.
RulesKernelTestBase::$logger property tests/src/Kernel/RulesKernelTestBase.php Rules debug logger channel.
RulesKernelTestBase::assertRulesDebugLogEntryExists function tests/src/Kernel/RulesKernelTestBase.php Checks if particular message is in the log with given delta.
RulesKernelTestBase::assertRulesDebugLogEntryNotExists function tests/src/Kernel/RulesKernelTestBase.php Checks if particular message is NOT in the log.
RulesLog class src/Logger/RulesLog.php Logger that dispatches a SystemLoggerEvent when a logger entry is made.
RulesLog.php file src/Logger/RulesLog.php
RulesLog::$dispatcher property src/Logger/RulesLog.php The event_dispatcher service.
RulesLog::$parser property src/Logger/RulesLog.php The message's placeholders parser.
RulesLog::log function src/Logger/RulesLog.php @todo Create a TypedData logger-entry object.
RulesLog::__construct function src/Logger/RulesLog.php Constructs a new instance.
RulesUnitTestBase::$rulesDebugLogger property tests/src/Unit/RulesUnitTestBase.php The mocked expression manager object.
rules_user_login function ./rules.module Implements hook_user_login().
rules_user_logout function ./rules.module Implements hook_user_logout().
SendAccountEmail::$logger property src/Plugin/RulesAction/SendAccountEmail.php
SendAccountEmailTest::$logger property tests/src/Unit/Integration/RulesAction/SendAccountEmailTest.php
SystemEmailToUsersOfRole::$logger property src/Plugin/RulesAction/SystemEmailToUsersOfRole.php
SystemEmailToUsersOfRoleTest::$logger property tests/src/Unit/Integration/RulesAction/SystemEmailToUsersOfRoleTest.php
SystemLoggerEvent class src/Event/SystemLoggerEvent.php Event that is fired when a logger-item is created.
SystemLoggerEvent.php file src/Event/SystemLoggerEvent.php
SystemLoggerEvent::EVENT_NAME constant src/Event/SystemLoggerEvent.php
SystemLoggerEventTest class tests/src/Unit/Integration/Event/SystemLoggerEventTest.php Checks that the event "rules_system_logger_event" is correctly defined.
SystemLoggerEventTest.php file tests/src/Unit/Integration/Event/SystemLoggerEventTest.php
SystemLoggerEventTest::testSystemLoggerEvent function tests/src/Unit/Integration/Event/SystemLoggerEventTest.php Tests the event metadata.
SystemPageRedirect::$logger property src/Plugin/RulesAction/SystemPageRedirect.php The Rules debug logger.
SystemPageRedirectTest::$logger property tests/src/Unit/Integration/RulesAction/SystemPageRedirectTest.php A mocked Rules logger.channel.rules_debug service.
SystemSendEmail::$logger property src/Plugin/RulesAction/SystemSendEmail.php The logger channel the action will write log messages to.
SystemSendEmailTest::$logger property tests/src/Unit/Integration/RulesAction/SystemSendEmailTest.php
template_preprocess_rules_debug_log_element function ./rules.theme.inc Prepares variables for rules debug log element templates.
TestDebugLogAction class tests/modules/rules_test/src/Plugin/RulesAction/TestDebugLogAction.php Provides an action writing an error to the Rules debug logger channel.
TestDebugLogAction.php file tests/modules/rules_test/src/Plugin/RulesAction/TestDebugLogAction.php
TestDebugLogAction::$logger property tests/modules/rules_test/src/Plugin/RulesAction/TestDebugLogAction.php Rules debug logger instance.
TestDebugLogAction::create function tests/modules/rules_test/src/Plugin/RulesAction/TestDebugLogAction.php Creates an instance of the plugin.
TestDebugLogAction::doExecute function tests/modules/rules_test/src/Plugin/RulesAction/TestDebugLogAction.php Writes an error message to the debug log.
TestDebugLogAction::__construct function tests/modules/rules_test/src/Plugin/RulesAction/TestDebugLogAction.php Constructs a TestDebugLogAction object.
TestSessionBase::$logs property tests/src/Unit/TestSessionBase.php Simulated session storage.
UnBanIpTest::$logger property tests/src/Unit/Integration/RulesAction/UnBanIpTest.php
UserLoginEvent class src/Event/UserLoginEvent.php Event that is fired when a user logs in.
UserLoginEvent.php file src/Event/UserLoginEvent.php
UserLoginEvent::$account property src/Event/UserLoginEvent.php The user account.
UserLoginEvent::EVENT_NAME constant src/Event/UserLoginEvent.php
UserLoginEvent::__construct function src/Event/UserLoginEvent.php Constructs the object.
UserLoginTest class tests/src/Unit/Integration/Event/UserLoginTest.php Checks that the event "rules_user_login" is correctly defined.
UserLoginTest.php file tests/src/Unit/Integration/Event/UserLoginTest.php
UserLoginTest::testUserLoginEvent function tests/src/Unit/Integration/Event/UserLoginTest.php Tests the event metadata.
UserLogoutEvent class src/Event/UserLogoutEvent.php Event that is fired when a user logs out.
UserLogoutEvent.php file src/Event/UserLogoutEvent.php
UserLogoutEvent::EVENT_NAME constant src/Event/UserLogoutEvent.php