PUM_Utils_Logging::clear_log()

Delete the log file.


Description Description


Source Source

File: classes/Utils/Logging.php

	public function clear_log() {
		@unlink( $this->file );
	}

Top ↑

User Contributed Notes User Contributed Notes

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