Telemetry Appender
@JsonClass(generateAdapter = true )
Content copied to clipboard
Constructors
Link copied to clipboard
fun TelemetryAppender( format: String? = null, time: String? = null, level: LoggingSettings.LoggingItem.AppenderItem.LogLevel? = null, url: String, @Json(name = "log_chunk_size_kb" ) logSize: Int? = null, @Json(name = "lifetime_days" ) lifetimeDays: Int? = null, @Json(name = "lifetime_size_mb" ) lifetimeSize: Int? = null, username: String? = null, password: String? = null, autoSend: Boolean? = null, flush: Int? = null)
Content copied to clipboard
Types
Link copied to clipboard
class Builder : LoggingSettings.LoggingItem.AppenderItem.AppenderItemBuilder<LoggingSettings.LoggingItem.AppenderItem.TelemetryAppender.Builder>
Content copied to clipboard
Properties
Link copied to clipboard
val appenderClass: LoggingSettings.LoggingItem.AppenderItem.AppenderClass
Content copied to clipboard
Link copied to clipboard
open override val level: LoggingSettings.LoggingItem.AppenderItem.LogLevel? = null
Content copied to clipboard