LogBufferStatistics
interface exported by @mwillbanks/tuil-logging.
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
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
size | number | Yes | The size member uses the number contract. | — |
dropped | number | Yes | The dropped member uses the number contract. | — |
sampled | number | Yes | The sampled member uses the number contract. | — |
rateLimited | number | Yes | The rateLimited member uses the number contract. | — |
paused | boolean | Yes | The paused member uses the boolean contract. | — |
following | boolean | Yes | The 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.
Related types
No package-local related types.
Source
View the secondary source reference