vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface LogEntry

    Describes an entry inb the log

    interface LogEntry {
        category: string;
        level: LogLevel;
        message: string;
        time: Date;
    }
    Index

    Properties

    category: string
    level: LogLevel
    message: string
    time: Date