ZTLogOptions

data class ZTLogOptions(level: ZTLoggingConstants.LogLevel, macAddressLogSetting: ZTLoggingConstants.MacAddressLogSetting, logger: ZTLogger.Logger?)

ZTLogOptions

Author

Alexandre Lemoult <a.lemoult@zhortech.com>

Constructors

ZTLogOptions
Link copied to clipboard
fun ZTLogOptions(level: ZTLoggingConstants.LogLevel, macAddressLogSetting: ZTLoggingConstants.MacAddressLogSetting, logger: ZTLogger.Logger?)

Properties

level
Link copied to clipboard
val level: ZTLoggingConstants.LogLevel
logger
Link copied to clipboard
val logger: ZTLogger.Logger?
macAddressLogSetting
Link copied to clipboard