Log

protected constructor(uid: String, min: Log.Level)(source)

Instantiate a new Log instance.

NOTE: The instance must still be installed via Root.install.

Parameters

uid
min

Throws

IllegalArgumentException

If uid is an empty string or contains whitespace.


protected constructor(uid: String, min: Log.Level, max: Log.Level)(source)

Instantiate a new Log instance.

NOTE: The instance must still be installed via Root.install.

Parameters

uid
min
max

Throws

IllegalArgumentException

If uid is an empty string or contains whitespace.