KaliumLogger
constructor(config: KaliumLogger.Config = Config.DISABLED, tag: KaliumLogger.Tag = Tag.Text("KaliumLogger"))
Parameters
config
the Config object which contains the configuration of the logger.
tag
the Tag object which identifies the source of the log message. Can combine multiple data and turns it into structured String used by the KermitLogger so that it can be parsed back again to the Tag object. To know more how it behaves and what are the possibilities, take a look at the Tag sealed class and its subtypes.