Search for log
- Search 7.x for log
- Search 9.5.x for log
- Search 8.9.x for log
- Search 10.3.x for log
- Search 11.x for log
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Log | class | core/ |
Logs values without changing them. |
| Log | class | core/ |
Database query logger. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| d7_dblog_settings.yml | file | core/ |
core/modules/dblog/migrations/d7_dblog_settings.yml |
| d7_syslog_settings.yml | file | core/ |
core/modules/syslog/migrations/d7_syslog_settings.yml |
| Database::$logs | property | core/ |
An array of active query log objects. |
| Database::getLog | function | core/ |
Retrieves the queries logged on for given logging key. |
| Database::startLog | function | core/ |
Starts logging a given logging key on the specified connection. |
| DbLog | class | core/ |
Logs events in the watchdog database table. |
| dblog.admin.inc | file | core/ |
|
| dblog.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* * @file * DBLog styling. */ /* Checked */ .admin-dblog .dblog-info .icon, .admin-dblog .dblog-notice… |
| dblog.info.yml | file | core/ |
core/modules/dblog/dblog.info.yml |
| dblog.install | file | core/ |
Install, update and uninstall functions for the dblog module. |
| dblog.libraries.yml | file | core/ |
core/modules/dblog/dblog.libraries.yml |
| dblog.links.menu.yml | file | core/ |
core/modules/dblog/dblog.links.menu.yml |
| dblog.links.task.yml | file | core/ |
core/modules/dblog/dblog.links.task.yml |
| dblog.migrate_drupal.yml | file | core/ |
core/modules/dblog/migrations/state/dblog.migrate_drupal.yml |
| dblog.module | file | core/ |
|
| dblog.module.css | file | core/ |
Admin styles for the Database Logging module. |
| dblog.module.css | file | core/ |
Admin styles for the Database Logging module. |
| dblog.pcss.css | file | core/ |
/* * @file * DBLog styling. */ /* Checked */ .admin-dblog .dblog-info .icon, .admin-dblog .dblog-notice .icon { background-color: var(--gin-color-green); background-image: none; mask-image: var(--admin-icon-status); mask-repeat:… |
| DbLog.php | file | core/ |
|
| dblog.post_update.php | file | core/ |
Post update functions for the Database Logging module. |
| dblog.routing.yml | file | core/ |
core/modules/dblog/dblog.routing.yml |
| dblog.schema.yml | file | core/ |
core/modules/dblog/config/schema/dblog.schema.yml |
| dblog.services.yml | file | core/ |
core/modules/dblog/dblog.services.yml |
| dblog.settings.yml | file | core/ |
core/modules/dblog/config/install/dblog.settings.yml |
| dblog.settings.yml | file | core/ |
core/tests/fixtures/config_install/multilingual/dblog.settings.yml |
| dblog.settings.yml | file | core/ |
core/tests/fixtures/config_install/testing_config_install/dblog.settings.yml |
| dblog.views.schema.yml | file | core/ |
core/modules/dblog/config/schema/dblog.views.schema.yml |
| DbLog::$connection | property | core/ |
The database connection object. |
| DbLog::$parser | property | core/ |
The message's placeholders parser. |
| DbLog::DEDICATED_DBLOG_CONNECTION_TARGET | constant | core/ |
The dedicated database connection target to use for log entries. |
| DbLog::log | function | core/ |
|
| DbLog::__construct | function | core/ |
Constructs a DbLog object. |
| DblogClearLogConfirmForm | class | core/ |
Provides a confirmation form before clearing out the logs. |
| DblogClearLogConfirmForm.php | file | core/ |
|
| DblogClearLogConfirmForm::$connection | property | core/ |
The database connection. |
| DblogClearLogConfirmForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| DblogClearLogConfirmForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| DblogClearLogConfirmForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| DblogClearLogConfirmForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| DblogClearLogConfirmForm::submitForm | function | core/ |
Form submission handler. |
| DblogClearLogConfirmForm::__construct | function | core/ |
Constructs a new DblogClearLogConfirmForm. |
| DbLogController | class | core/ |
Returns responses for dblog routes. |
| DbLogController.php | file | core/ |
|
| DbLogController::$database | property | core/ |
The database service. |
| DbLogController::$dateFormatter | property | core/ |
The date formatter service. |
| DbLogController::$userStorage | property | core/ |
The user storage. |
| DbLogController::addFilterToQuery | function | core/ |
Builds a query for database log administration filters based on session. |
| DbLogController::createLink | function | core/ |
Creates a Link object if the provided URI is valid. |
| DbLogController::eventDetails | function | core/ |
Displays details about a specific database log message. |
| DbLogController::formatMessage | function | core/ |
Formats a database log message. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.