install

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

Install a Log instance.

Return

true if the Log instance was installed, or false if a Log instance with the same Log.uid is already installed.

Parameters

log

The Log instance to install.

See also