Logging information to be provided as output.
- 6.x includes/drush.inc logging
- 5.x includes/drush.inc logging
- 4.x includes/drush.inc logging
- 3.x includes/drush.inc logging
These functions are primarily for diagnostic purposes, but also provide an overview of tasks that were taken by drush.
Functions
|
Name |
Location | Description |
|---|---|---|
| dlm |
includes/ |
Run print_r on a variable and log the output. |
| drush_format_size |
includes/ |
|
| drush_get_log |
includes/ |
Retrieve the log messages from the log history |
| drush_log |
includes/ |
Add a log message to the log history. |
| drush_pipe_output |
includes/ |
Display the pipe output for the current request. |
| drush_print_timers |
includes/ |
|
| system_watchdog |
includes/ |
Log Drupal watchdog() calls. |
| _drush_log_drupal_messages |
includes/ |
Turn drupal_set_message errors into drush_log errors |
| _drush_log_update_sql |
includes/ |
Log the return value of Drupal hook_update_n functions. |
| _drush_print_log |
includes/ |
Display the log message |
File
- includes/
drush.inc, line 2377 - The drush API implementation and helpers.