sdk
/
com.sygic.sdk
/
LoggingSettings
/
LoggingItem
Logging
Item
@
JsonClass
(
generateAdapter =
true
)
data class
LoggingItem
(comment:
String
?, name:
String
?, classpath:
String
?, appenders:
List
<
LoggingSettings.LoggingItem.AppenderItem
>?)
Content copied to clipboard
Types
Properties
Types
AppenderItem
Link copied to clipboard
sealed class
AppenderItem
Content copied to clipboard
Builder
Link copied to clipboard
class
Builder
Content copied to clipboard
Properties
appenders
Link copied to clipboard
val
appenders
:
List
<
LoggingSettings.LoggingItem.AppenderItem
>? = null
Content copied to clipboard
classpath
Link copied to clipboard
val
classpath
:
String
? = null
Content copied to clipboard
comment
Link copied to clipboard
val
comment
:
String
? = null
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
? = null
Content copied to clipboard