Monolog_Logger::reset_global_channel()

Resets the global channel to the default one.


Return

(bool) Whether the channel reset


Top ↑

Source

File: src/Tribe/Log/Monolog_Logger.php

	public function reset_global_channel() {
		return $this->set_global_channel( static::DEFAULT_CHANNEL );
	}

Top ↑

Changelog

Changelog
Version Description
4.9.16 Introduced.