Backup::getLog |
function |
core/includes/backup/backup.class.inc |
Return the log for this backup instance. |
Database::getLog |
function |
core/includes/database/database.inc |
Retrieves the queries logged on for given logging key. |
BackupFile::getLog |
function |
core/includes/backup/backup.file.inc |
Return the array of current log messages. |
DBLogTestCase::getLogEntries |
function |
core/modules/dblog/tests/dblog.test |
Gets the database log event information from the browser page. |
DatabaseConnection::getLogger |
function |
core/includes/database/database.inc |
Gets the current logging object for this connection. |
DatabaseLoggingTestCase::testEnableTargetLogging |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can log queries against multiple targets on the same connection. |
DatabaseLoggingTestCase::testEnableTargetLoggingNoTarget |
function |
core/modules/simpletest/tests/database_test.test |
Test that logs to separate targets collapse to the same connection properly. |