install

@JvmStatic
fun install(log: Log): Boolean(source)

Install a Log instance.

Return

true if the Log instance has been installed, or false if it has not been installed due to a Log with the same Log.uid already being installed.

Parameters

log

The Log instance to install.

See also