Log

data class Log(val logLevel: Logger.Level? = null, val customLogger: FRLogger? = null)

Data class to set the log level and custom logger configurations

Constructors

Link copied to clipboard
constructor(logLevel: Logger.Level? = null, customLogger: FRLogger? = null)

Properties

Link copied to clipboard
val customLogger: FRLogger? = null
Link copied to clipboard
val logLevel: Logger.Level? = null