Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.observability
/
LogExplorerSummary
Log
Explorer
Summary
@
Serializable
data
class
LogExplorerSummary
(
val
totalMatched
:
Int
,
val
showingCount
:
Int
,
val
availableLevels
:
List
<
String
>
=
emptyList()
,
val
activeWindow
:
String
=
"1h"
)
(
source
)
Members
Constructors
Log
Explorer
Summary
Link copied to clipboard
constructor
(
totalMatched
:
Int
,
showingCount
:
Int
,
availableLevels
:
List
<
String
>
=
emptyList()
,
activeWindow
:
String
=
"1h"
)
Properties
active
Window
Link copied to clipboard
val
activeWindow
:
String
available
Levels
Link copied to clipboard
val
availableLevels
:
List
<
String
>
showing
Count
Link copied to clipboard
val
showingCount
:
Int
total
Matched
Link copied to clipboard
val
totalMatched
:
Int