Config

data class Config(val logLevel: LogLevel = LogLevel.NONE)(source)

This represents all the configurations of the io.github.rubenquadros.kovibes.api.KoVibesApi.

If no configurations are provided explicitly then the default values are taken.

Constructors

Link copied to clipboard
constructor(logLevel: LogLevel = LogLevel.NONE)

Properties

Link copied to clipboard