RSX Code Reference
    Preparing search index...
    • rsx
    • ParsedLogEntry

    Class ParsedLogEntry

    The ParsedLogEntry class data for a single log entry. Contained data was parsed from the message string to better organize the provided information.

    Index
    callStack: CallStackEntry[]

    Call stack information.

    isTimeProfile: boolean

    Determines if the log entry is a time profile.

    logEntry: Immutable<LogEntry>

    The original log entry.

    message: string

    The message of the log entry.