Automattic\WooCommerce\Utilities
LoggingUtil::get_default_handler
Determine the current value of the default_handler setting.
Method of the class: LoggingUtil{}
No Hooks.
Returns
String.
Usage
$result = LoggingUtil::get_default_handler(): string;
LoggingUtil::get_default_handler() LoggingUtil::get default handler code WC 10.5.0
public static function get_default_handler(): string {
return wc_get_container()->get( Settings::class )->get_default_handler();
}