installOrThrow

@JvmStatic
inline fun installOrThrow(log: Log)(source)

Install a Log instance.

Parameters

log

The Log instance to install.

See also

Throws

IllegalStateException

If a Log instance with the same Log.uid is already installed.