interface IOptions {
    maxLength: number;
    source: string;
}

Properties

Properties

maxLength: number

The maximum number of messages to store.

source: string

The log source identifier.