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
/
LogSnapshotPage
/
LogSnapshotPage
Log
Snapshot
Page
constructor
(
items
:
List
<
StructuredLogRecord
>
,
total
:
Int
,
limit
:
Int
,
page
:
Int
=
1
,
pageSize
:
Int
=
limit
,
totalPages
:
Int
=
if (total == 0) 0 else 1
,
hasPrev
:
Boolean
=
false
,
hasNext
:
Boolean
=
false
)
(
source
)