SoulLogger
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SoulLogger
SoulLogger
/
com.lestere.opensource.models
/
StatisticsResponse
Statistics
Response
@
Serializable
data
class
StatisticsResponse
(
val
total
:
Int
,
val
byLevel
:
Map
<
String
,
Int
>
,
val
errorCount
:
Int
,
val
errorRate
:
Double
,
val
uniqueEntries
:
Int
,
val
timeRange
:
TimeRangeResponse
?
)
(
source
)
Members
Constructors
Statistics
Response
Link copied to clipboard
constructor
(
total
:
Int
,
byLevel
:
Map
<
String
,
Int
>
,
errorCount
:
Int
,
errorRate
:
Double
,
uniqueEntries
:
Int
,
timeRange
:
TimeRangeResponse
?
)
Properties
by
Level
Link copied to clipboard
val
byLevel
:
Map
<
String
,
Int
>
error
Count
Link copied to clipboard
val
errorCount
:
Int
error
Rate
Link copied to clipboard
val
errorRate
:
Double
time
Range
Link copied to clipboard
val
timeRange
:
TimeRangeResponse
?
total
Link copied to clipboard
val
total
:
Int
unique
Entries
Link copied to clipboard
val
uniqueEntries
:
Int