Action_Scheduler\Migration
Config::set_destination_logger()
Set the configured destination logger.
Method of the class: Config{}
No Hooks.
Return
null
. Nothing (null).
Usage
$Config = new Config(); $Config->set_destination_logger( $logger );
- $logger(ActionScheduler_Logger) (required)
- -
Config::set_destination_logger() Config::set destination logger code WC 9.3.1
public function set_destination_logger( Logger $logger ) { $this->destination_logger = $logger; }