Log entry structure (used in StateChangedNotification.log)

interface LogEntry {
    timeStamp: string;
    key: string;
    content?: string;
}

Properties

timeStamp: string
key: string
content?: string