Kizuki
    Preparing search index...

    Function readLog

    • Reads every event in one log file, oldest first. A line that is not valid JSON, or does not match the log's schema, stops the read with an error naming the file and line number. Nothing is ever skipped.

      Type Parameters

      Parameters

      • home: string
      • name: N

      Returns Promise<LogEvents[N][]>