Search for log
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseLog::findCaller | function | includes/ |
Determine the routine that called this query. |
DatabaseLog::get | function | includes/ |
Retrieve the query log for the specified logging key so far. |
DatabaseLog::log | function | includes/ |
Log a query to all active logging keys. |
DatabaseLog::start | function | includes/ |
Begin logging queries to the specified connection and logging key. |
DatabaseLog::__construct | function | includes/ |
Constructor. |
DatabaseLoggingTestCase | class | modules/ |
Query logging tests. |
DatabaseLoggingTestCase::getInfo | function | modules/ |
|
DatabaseLoggingTestCase::testEnableLogging | function | modules/ |
Test that we can log the existence of a query. |
DatabaseLoggingTestCase::testEnableMultiConnectionLogging | function | modules/ |
Test that we can log queries separately on different connections. |
DatabaseLoggingTestCase::testEnableMultiLogging | function | modules/ |
Test that we can run two logs in parallel. |
DatabaseLoggingTestCase::testEnableTargetLogging | function | modules/ |
Test that we can log queries against multiple targets on the same connection. |
DatabaseLoggingTestCase::testEnableTargetLoggingNoTarget | function | modules/ |
Test that logs to separate targets collapse to the same connection properly. |
dblog-rtl.css | file | modules/ |
Right-to-Left styling for the Database Logging module. |
dblog.admin.inc | file | modules/ |
Administrative page callbacks for the Database Logging module. |
dblog.css | file | modules/ |
Admin styles for the Database Logging module. |
dblog.info | file | modules/ |
name = Database logging description = Logs and records system events to the database. package = Core version = VERSION core = 7.x files[] = dblog.test |
dblog.install | file | modules/ |
Install, update and uninstall functions for the dblog module. |
dblog.module | file | modules/ |
System monitoring and logging for administrators. |
dblog.test | file | modules/ |
Tests for dblog.module. |
DBLogTestCase | class | modules/ |
Tests logging messages to the database. |
DBLogTestCase::$any_user | property | modules/ |
A user without any permissions. |
DBLogTestCase::$big_user | property | modules/ |
A user with some relevant administrative permissions. |
DBLogTestCase::assertLogMessage | function | modules/ |
Confirms that a log message appears on the database log overview screen. |
DBLogTestCase::asText | function | modules/ |
Extracts the text contained by the XHTML element. |
DBLogTestCase::doNode | function | modules/ |
Generates and then verifies some node events. |
DBLogTestCase::doUser | function | modules/ |
Generates and then verifies some user events. |
DBLogTestCase::generateLogEntries | function | modules/ |
Generates a number of random database log events. |
DBLogTestCase::getContent | function | modules/ |
Creates random content based on node content type. |
DBLogTestCase::getContentUpdate | function | modules/ |
Creates random content as an update based on node content type. |
DBLogTestCase::getInfo | function | modules/ |
|
DBLogTestCase::getLogEntries | function | modules/ |
Gets the database log event information from the browser page. |
DBLogTestCase::getSeverityConstant | function | modules/ |
Gets the watchdog severity constant corresponding to the CSS class. |
DBLogTestCase::getTypeCount | function | modules/ |
Gets the count of database log entries by database log event type. |
DBLogTestCase::setUp | function | modules/ |
Enable modules and create users with specific permissions. |
DBLogTestCase::testDBLog | function | modules/ |
Tests Database Logging module functionality through interfaces. |
DBLogTestCase::testDBLogAddAndClear | function | modules/ |
Tests the addition and clearing of log events through the admin interface. |
DBLogTestCase::testDBLogCorrupted | function | modules/ |
Tests corrupted log entries can still display available data. |
DBLogTestCase::testDBLogException | function | modules/ |
Verifies that exceptions are caught in dblog_watchdog(). |
DBLogTestCase::testFilter | function | modules/ |
Tests the database log filter functionality at admin/reports/dblog. |
DBLogTestCase::testLogMessageSanitized | function | modules/ |
Make sure HTML tags are filtered out in the log detail page. |
DBLogTestCase::verifyCron | function | modules/ |
Verifies that cron correctly applies the database log row limit. |
DBLogTestCase::verifyEvents | function | modules/ |
Generates and then verifies various types of events. |
DBLogTestCase::verifyReports | function | modules/ |
Confirms that database log reports are displayed at the correct paths. |
DBLogTestCase::verifyRowLimit | function | modules/ |
Verifies setting of the database log row limit. |
dblog_build_filter_query | function | modules/ |
Builds a query for database log administration filters based on session. |
dblog_clear_log_form | function | modules/ |
Form constructor for the form that clears out the log. |
dblog_clear_log_submit | function | modules/ |
Form submission handler for dblog_clear_log_form(). |
dblog_cron | function | modules/ |
Implements hook_cron(). |
dblog_event | function | modules/ |
Page callback: Displays details about a specific database log message. |
dblog_filters | function | modules/ |
Creates a list of database log administration filters that can be applied. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.