Automattic\WooCommerce\Utilities

LoggingUtil::get_default_handler()public staticWC 1.0

Determine the current value of the default_handler setting.

Method of the class: LoggingUtil{}

No Hooks.

Return

String.

Usage

$result = LoggingUtil::get_default_handler(): string;

LoggingUtil::get_default_handler() code WC 9.6.1

public static function get_default_handler(): string {
	return wc_get_container()->get( Settings::class )->get_default_handler();
}