interface LogEntry {
    level: string;
    message: string;
    [optionName: string]: any;
}

Indexable

[optionName: string]: any

Properties

Properties

level: string
message: string