Tribe__Log::set_level()

Plugin: Tribe Common

Method: Sets the current logging level to the provided level (if it is a valid level, else will set the level to ‘default’).

Tribe__Log::set_current_logger()

Plugin: Tribe Common

Method: Sets the current logging engine to the provided class (if it is a valid and currently available logging class, else will set this to null – ie no logging).

Tribe__Log::log()

Plugin: Tribe Common

Method: Adds an entry to the log (if it is at the appropriate level, etc) and outputs information using WP-CLI if available.