Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LogParser

Parses logs from the portal into a standard format. If you are consuming this library, you don't need to know anything about it.

Hierarchy

  • LogParser

Index

Constructors

Methods

Constructors

constructor

Methods

parse

  • parse(lines: string[]): LogEntry[]
  • Parses the logs into a standard format.

    Parameters

    • lines: string[]

      the raw log lines.

    Returns LogEntry[]

Generated using TypeDoc