FuseJS
    Preparing search index...

    Interface INativeLogEntry

    interface INativeLogEntry {
        level: FuseLoggerLevel;
        message: string;
    }
    Index

    Properties

    Properties

    message: string