GpsAppender

@JsonClass(generateAdapter = true)
data class GpsAppender(    val format: String? = null,     val time: String? = null,     val level: LoggingSettings.LoggingItem.AppenderItem.LogLevel? = null,     val url: String,     @Json(name = "lifetime_days") val lifetimeDays: Int? = null,     @Json(name = "lifetime_size_mb") val lifetimeSize: Int? = null,     val username: String? = null,     val password: String? = null,     val autoSend: Boolean? = null,     val flush: Int? = null) : LoggingSettings.LoggingItem.AppenderItem

Constructors

Link copied to clipboard
fun GpsAppender(    format: String? = null,     time: String? = null,     level: LoggingSettings.LoggingItem.AppenderItem.LogLevel? = null,     url: String,     @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)

Types

Properties

Link copied to clipboard
Link copied to clipboard
val autoSend: Boolean? = null
Link copied to clipboard
val flush: Int? = null
Link copied to clipboard
open override val format: String? = null
Link copied to clipboard
open override val level: LoggingSettings.LoggingItem.AppenderItem.LogLevel? = null
Link copied to clipboard
val lifetimeDays: Int? = null
Link copied to clipboard
val lifetimeSize: Int? = null
Link copied to clipboard
val password: String? = null
Link copied to clipboard
open override val time: String? = null
Link copied to clipboard
val url: String
Link copied to clipboard
val username: String? = null