Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LogData

Represents various pieces of information associated with a log message.

Hierarchy

  • LogData

Index

Properties

message

message: string

The log message itself.

severity

severity: LogSeverity

Indicates the severity level for this log message.

srcFile

srcFile: string

The source file where the log message was generated, if available.

srcLine

srcLine: number

The source line where the log message was generated, if available.

subsys

subsys: string

The sub-system which generated the log message.

Generated using TypeDoc