getAllFromState

@NotNull
open fun getAllFromState(@NotNull state: @NotNull LogManager.State): @NotNull LogManager.State

Get logs from a state (synchronous). The logs will be collected from the state's next index and added to the list of entries.

Return

The log state with updated next index and entry list.

Parameters

state

The log state to collect logs from.