tuil
ReferencePackages@mwillbanks/tuil-loggingAPI

LogBufferStatistics

interface exported by @mwillbanks/tuil-logging.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-logging.

export interface LogBufferStatistics {
  readonly size: number;
  readonly dropped: number;
  readonly sampled: number;
  readonly rateLimited: number;
  readonly paused: boolean;
  readonly following: boolean;
}

Members

MemberTypeRequiredDescriptionRelated types
sizenumberYesThe size member uses the number contract.
droppednumberYesThe dropped member uses the number contract.
samplednumberYesThe sampled member uses the number contract.
rateLimitednumberYesThe rateLimited member uses the number contract.
pausedbooleanYesThe paused member uses the boolean contract.
followingbooleanYesThe following member uses the boolean contract.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-logging

On this page