GLibLogLogger

constructor(minPriority: LogPriority = LogPriority.DEBUG)

Parameters

minPriority

The minimum log priority to log. Default is LogPriority.DEBUG. Setting it below LogPriority.MESSAGE will enable DEBUG and INFO levels.