deleteLogFile

open fun deleteLogFile(fileName: String): Boolean

Delete the specified log file.

Return

true if the file was deleted. false if the file could not be deleted OR the logging directory has not been set.

Parameters

fileName

-- the log file to delete. This is just the filename without an extension (The SDK will add a .v1log extension)