Search for log

  1. Search 7.x for log
  2. Search 9.5.x for log
  3. Search 8.9.x for log
  4. Search 10.3.x for log
  5. Search main for log
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Log class core/modules/migrate/src/Plugin/migrate/process/Log.php Logs values without changing them.
Log class core/lib/Drupal/Core/Database/Log.php Database query logger.

All search results

Title Object type File name Summary
StageLoggedOnErrorTest::register function core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php Registers test-specific services.
StageLoggedOnErrorTest::testLoggedOnError function core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php Tests logged on error.
StageOwnershipTest::testOwnershipEnforcedWhenLoggedIn function core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Tests only the owner of stage can perform operations.
StageOwnershipTest::testOwnershipEnforcedWhenLoggedOut function core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Tests only the owner of stage can perform operations, even if logged out.
StandardPerformanceTest::submitLoginForm function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Submit the user login form.
StandardPerformanceTest::testLogin function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Tests the performance of logging in.
StandardPerformanceTest::testLoginBlock function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Tests the performance of logging in via the user login block.
StubConnection::testLogCaller function core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php Helper method to test database classes are not included in backtraces.
SubscriberBase::logger function core/tests/Drupal/TestTools/Extension/HtmlLogging/SubscriberBase.php
SynchronizeCsrfTokenSeedTrait::drupalLogin function core/modules/ckeditor5/tests/src/Traits/SynchronizeCsrfTokenSeedTrait.php
SynchronizeCsrfTokenSeedTrait::drupalLogout function core/modules/ckeditor5/tests/src/Traits/SynchronizeCsrfTokenSeedTrait.php
SysLog class core/modules/syslog/src/Logger/SysLog.php Redirects logging messages to syslog.
syslog.info.yml file core/modules/syslog/syslog.info.yml core/modules/syslog/syslog.info.yml
syslog.install file core/modules/syslog/syslog.install Install, update and uninstall functions for the syslog module.
syslog.migrate_drupal.yml file core/modules/syslog/migrations/state/syslog.migrate_drupal.yml core/modules/syslog/migrations/state/syslog.migrate_drupal.yml
syslog.module file core/modules/syslog/syslog.module
SysLog.php file core/modules/syslog/src/Logger/SysLog.php
syslog.schema.yml file core/modules/syslog/config/schema/syslog.schema.yml core/modules/syslog/config/schema/syslog.schema.yml
syslog.services.yml file core/modules/syslog/syslog.services.yml core/modules/syslog/syslog.services.yml
syslog.settings.yml file core/modules/syslog/config/install/syslog.settings.yml core/modules/syslog/config/install/syslog.settings.yml
SysLog::$config property core/modules/syslog/src/Logger/SysLog.php A configuration object containing syslog settings.
SysLog::$connectionOpened property core/modules/syslog/src/Logger/SysLog.php Stores whether there is a system logger connection opened or not.
SysLog::$parser property core/modules/syslog/src/Logger/SysLog.php The message's placeholders parser.
SysLog::log function core/modules/syslog/src/Logger/SysLog.php
SysLog::openConnection function core/modules/syslog/src/Logger/SysLog.php Opens a connection to the system logger.
SysLog::syslogWrapper function core/modules/syslog/src/Logger/SysLog.php A syslog wrapper to make syslog functionality testable.
SysLog::__construct function core/modules/syslog/src/Logger/SysLog.php Constructs a SysLog object.
SysLogFile class core/modules/syslog/tests/modules/syslog_test/src/Logger/SysLogFile.php Redirects logging messages to error_log.
SysLogFile.php file core/modules/syslog/tests/modules/syslog_test/src/Logger/SysLogFile.php
SysLogFile::syslogWrapper function core/modules/syslog/tests/modules/syslog_test/src/Logger/SysLogFile.php A syslog wrapper to make syslog functionality testable.
SyslogHooks class core/modules/syslog/src/Hook/SyslogHooks.php Hook implementations for syslog.
SyslogHooks.php file core/modules/syslog/src/Hook/SyslogHooks.php
SyslogHooks::facilityList function core/modules/syslog/src/Hook/SyslogHooks.php Lists all possible syslog facilities for UNIX/Linux.
SyslogHooks::formSystemLoggingSettingsAlter function core/modules/syslog/src/Hook/SyslogHooks.php Implements hook_form_FORM_ID_alter().
SyslogHooks::help function core/modules/syslog/src/Hook/SyslogHooks.php Implements hook_help().
SyslogHooks::__construct function core/modules/syslog/src/Hook/SyslogHooks.php
SyslogTest class core/modules/syslog/tests/src/Functional/SyslogTest.php Tests syslog settings.
SysLogTest class core/modules/syslog/tests/modules/syslog_test/src/Logger/SysLogTest.php Redirects logging messages to error_log.
SyslogTest class core/modules/syslog/tests/src/Kernel/SyslogTest.php Test syslog logger functionality.
SyslogTest.php file core/modules/syslog/tests/src/Kernel/SyslogTest.php
SyslogTest.php file core/modules/syslog/tests/src/Functional/SyslogTest.php
SysLogTest.php file core/modules/syslog/tests/modules/syslog_test/src/Logger/SysLogTest.php
SyslogTest::$defaultTheme property core/modules/syslog/tests/src/Functional/SyslogTest.php The theme to install as the default for testing.
SyslogTest::$modules property core/modules/syslog/tests/src/Functional/SyslogTest.php Modules to install.
SyslogTest::$modules property core/modules/syslog/tests/src/Kernel/SyslogTest.php Modules to install.
SyslogTest::setUp function core/modules/syslog/tests/src/Kernel/SyslogTest.php
SysLogTest::syslogWrapper function core/modules/syslog/tests/modules/syslog_test/src/Logger/SysLogTest.php A syslog wrapper to make syslog functionality testable.
SyslogTest::testSettings function core/modules/syslog/tests/src/Functional/SyslogTest.php Tests the syslog settings page.
SyslogTest::testSyslogMissingFacility function core/modules/syslog/tests/src/Kernel/SyslogTest.php Tests that missing facility prevents writing to the syslog.
SyslogTest::testSyslogSeverity function core/modules/syslog/tests/src/Kernel/SyslogTest.php Tests severity level logging.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.