Search for log

  1. Search 9.5.x for log
  2. Search 8.9.x for log
  3. Search 10.3.x for log
  4. Search 11.x for log
  5. Other projects
Title Object type File name Summary
StatisticsLoggingTestCase::setUp function modules/statistics/statistics.test Sets up a Drupal site for running functional and integration tests.
StatisticsLoggingTestCase::testLogging function modules/statistics/statistics.test Verifies request logging for cached and uncached pages.
StatisticsReportsTestCase::testAccessLogging function modules/statistics/statistics.test Verifies that access logging is working and is reported correctly.
statistics_access_log function modules/statistics/statistics.admin.inc Page callback: Gathers page access statistics suitable for rendering.
syslog.info file modules/syslog/syslog.info name = Syslog
description = Logs and records system events to syslog.
package = Core
version = VERSION
core = 7.x
files[] = syslog.test
configure = admin/config/development/logging
syslog.install file modules/syslog/syslog.install Install, update and uninstall functions for the syslog module.
syslog.module file modules/syslog/syslog.module
syslog.test file modules/syslog/syslog.test Tests for syslog.module.
SyslogTestCase class modules/syslog/syslog.test Tests the Syslog module functionality.
SyslogTestCase::getInfo function modules/syslog/syslog.test
SyslogTestCase::setUp function modules/syslog/syslog.test Sets up a Drupal site for running functional and integration tests.
SyslogTestCase::testSettings function modules/syslog/syslog.test Tests the syslog settings page.
syslog_facility_list function modules/syslog/syslog.module Lists all possible syslog facilities for UNIX/Linux.
syslog_form_system_logging_settings_alter function modules/syslog/syslog.module Implements hook_form_FORM_ID_alter().
syslog_help function modules/syslog/syslog.module Implements hook_help().
syslog_uninstall function modules/syslog/syslog.install Implements hook_uninstall().
syslog_watchdog function modules/syslog/syslog.module Implements hook_watchdog().
system_logging_settings function modules/system/system.admin.inc Form builder; Configure error reporting settings.
system_user_login function modules/system/system.module Implements hook_user_login().
theme_dblog_message function modules/dblog/dblog.admin.inc Returns HTML for a log message.
trigger_user_login function modules/trigger/trigger.module Implements hook_user_login().
trigger_user_logout function modules/trigger/trigger.module Implements hook_user_logout().
UserBlocksUnitTests::testUserLoginBlock function modules/user/user.test Test the user login block.
UserLoginTestCase class modules/user/user.test Functional tests for user logins, including rate limiting of login attempts.
UserLoginTestCase::assertFailedLogin function modules/user/user.test Make an unsuccessful login attempt.
UserLoginTestCase::getInfo function modules/user/user.test
UserLoginTestCase::setUp function modules/user/user.test Sets up a Drupal site for running functional and integration tests.
UserLoginTestCase::testGlobalLoginFloodControl function modules/user/user.test Test the global login flood control.
UserLoginTestCase::testLoginWithAnonSession function modules/user/user.test Test logging in when an anon session already exists.
UserLoginTestCase::testPasswordRehashOnLogin function modules/user/user.test Test that user password is re-hashed upon login after changing $count_log2.
UserLoginTestCase::testPerUserLoginFloodControl function modules/user/user.test Test the per-user login flood control.
UserPasswordResetTestCase::testUserDirectLogin function modules/user/user.test Test direct login link that bypasses the password reset form.
UserPasswordResetTestCase::testUserPasswordResetLoggedIn function modules/user/user.test Test user password reset while logged in.
user_external_login_register function modules/user/user.module Helper function for authentication modules. Either logs in or registers
the current user, based on username. Either way, the global $user object is
populated and login tasks are performed.
user_is_logged_in function modules/user/user.module Determines if the current user is logged in.
user_login function modules/user/user.module Form builder; the main user login form.
user_login_authenticate_validate function modules/user/user.module A validate handler on the login form. Check supplied username/password
against local users table. If successful, $form_state['uid']
is set to the matching user ID.
user_login_block function modules/user/user.module
user_login_default_validators function modules/user/user.module Set up a series for validators which check for blocked users,
then authenticate against local database, then return an error if
authentication fails. Distributed authentication modules are welcome
to use hook_form_alter() to change this series in…
user_login_destination function modules/user/user.module Helper function to rewrite the destination to avoid redirecting to login page after login.
user_login_finalize function modules/user/user.module Finalize the login process. Must be called when logging in a user.
user_login_final_validate function modules/user/user.module The final validation handler on the login form.
user_login_name_validate function modules/user/user.module A FAPI validate handler. Sets an error if supplied username has been blocked.
user_login_submit function modules/user/user.module Submit handler for the login form. Load $user object and perform standard login
tasks. The user is then redirected to the My Account page. Setting the
destination in the query string overrides the redirect.
user_logout function modules/user/user.pages.inc Menu callback; logs the current user out, and redirects to the home page.
user_logout_current_user function modules/user/user.pages.inc Logs the current user out.
_blog_post_exists function modules/blog/blog.module Helper function to determine if a user has blog posts already.
_dblog_get_message_types function modules/dblog/dblog.module Gathers a list of uniquely defined database log message types.
_drupal_log_error function includes/errors.inc Logs a PHP error or exception and displays an error page in fatal cases.
_drupal_trigger_error_with_delayed_logging function includes/bootstrap.inc Invokes trigger_error() with logging delayed until the end of the request.

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