LoggingLevels

data class LoggingLevels(bind: LoggingLevel, callOpen: LoggingLevel, callResponse: LoggingLevel, callError: LoggingLevel, streamStart: LoggingLevel, streamItem: LoggingLevel, streamEnd: LoggingLevel, streamError: LoggingLevel)

Properties

bind
Link copied to clipboard
val bind: LoggingLevel
callError
Link copied to clipboard
val callError: LoggingLevel
callOpen
Link copied to clipboard
val callOpen: LoggingLevel
callResponse
Link copied to clipboard
val callResponse: LoggingLevel
streamEnd
Link copied to clipboard
val streamEnd: LoggingLevel
streamError
Link copied to clipboard
val streamError: LoggingLevel
streamItem
Link copied to clipboard
val streamItem: LoggingLevel
streamStart
Link copied to clipboard
val streamStart: LoggingLevel