Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILogEntry

Message which will be passed to a UI (either in a log or in the application's UI)

Hierarchy

  • ILogEntry

Index

Properties

args

args: Array<any>

The items which were logged.

Optional caller

caller: string

The function name who did this logging, this is automatically added (can be null).

severity

The severity rate, this is automatically added.

timestamp

timestamp: Date

When this entry was made.

Generated using TypeDoc