LLMS_Update::log( string $msg )

Log data related to the queue


Parameters Parameters

$msg

(string) (Required) message to log


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/abstracts/abstract.llms.update.php

	protected function log( $msg ) {

		if ( defined( 'LLMS_BG_UPDATE_LOG' ) && LLMS_BG_UPDATE_LOG ) {
			llms_log( $msg, 'updater' );
		}

	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.