# LogBufferStatistics

Source: /tuil/docs/reference/packages/logging/api/log-buffer-statistics
Locale: en

interface exported by @mwillbanks/tuil-logging.



{/* Generated by tooling/docs/generate-reference.ts. */}

## interface [#interface]

Public interface exported by `@mwillbanks/tuil-logging`.

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

## Members [#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 [#parameters]

This declaration has no public members.

## Returns [#returns]

This declaration does not return a value.

## Throws [#throws]

No thrown errors are documented for this declaration.

## Related types [#related-types]

No package-local related types.

## Source [#source]

[View the secondary source reference](https://github.com/mwillbanks/tuil/blob/main/packages/logging/src/index.ts)

## Package [#package]

[@mwillbanks/tuil-logging](/tuil/docs/reference/packages/logging)
