SongGuess
    Preparing search index...

    A single log entry containing a message and timestamp.

    interface LogEntry {
        msg: string;
        timestamp: number;
    }
    Index

    Properties

    Properties

    msg: string

    The log message text

    timestamp: number

    Unix timestamp when the log entry was created