autoship_before_log_entry (action)
( src/logger.php) Helps developers to perform various actions before the autoship-log directory or logs are created. For example intercept our logging and add it to the wp_debug_log instead.
Code
do_action( 'autoship_before_log_entry', $context, $message );
Included in these Functions