uninstall

@JvmStatic
inline fun uninstall(log: Log): Boolean(source)

Uninstall the Log instance, or a Log instance containing the same Log.uid as the one provided.

Return

true if a Log instance, either the one provided or one containing the same Log.uid, was uninstalled. false otherwise.

Parameters

log

The Log instance to uninstall.

See also


@JvmStatic
fun uninstall(uid: String): Boolean(source)

Uninstall a Log instance.

Return

true if a Log instance with a Log.uid matching the one provided was uninstalled. false otherwise.

Parameters

uid

The Log.uid of the instance to uninstall.

See also