LevelInfo

io.bullet.borer.Logging.LevelInfo
trait LevelInfo

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Receiver

Members list

Value members

Abstract methods

The type of the current item.

The type of the current item.

Attributes

def level: Int

The zero-based nesting level of the current item.

The zero-based nesting level of the current item.

Attributes

def levelCount: Long

The one-based index number of the current item within the current level.

The one-based index number of the current item within the current level.

Attributes

def levelSize: Long

The number of total items on the current level. -1 if the current level is unbounded.

The number of total items on the current level. -1 if the current level is unbounded.

Attributes

Concrete methods

final def isUnbounded: Boolean