lily
    Preparing search index...

    browser-compatible "file" transport that downloads logs as files. this is a fallback for browser environments where file system access is limited.

    Implements

    Index

    Constructors

    Methods

    • process a log entry. can be synchronous or asynchronous. if this method throws an error or returns a rejected promise, the error will be caught and logged to console.error.

      Parameters

      • entry: LogEntry

        the log entry to process

      Returns void