snowstorm
    Preparing search index...

    Interface LogEntry

    interface LogEntry {
        args: any[];
        level: LogLevel;
        scope: string;
        time: number;
        userVisible: bool;
    }
    Index

    Properties

    args: any[]
    level: LogLevel
    scope: string
    time: number
    userVisible: bool