Options
All
  • Public
  • Public/Protected
  • All
Menu

Information about the log format, what will a log line look like?

Hierarchy

  • CategoryLogFormat

Index

Constructors

constructor

  • Create an instance defining the category log format used.

    Parameters

    • Default value dateFormat: DateFormat = new DateFormat()

      Date format (uses default), for details see DateFormat class.

    • Default value showTimeStamp: boolean = true

      True to show timestamp in the logging, defaults to true.

    • Default value showCategoryName: boolean = true

      True to show category name in the logging, defaults to true.

    Returns CategoryLogFormat

Accessors

dateFormat

showCategoryName

  • get showCategoryName(): boolean
  • set showCategoryName(value: boolean): void

showTimeStamp

  • get showTimeStamp(): boolean
  • set showTimeStamp(value: boolean): void

Generated using TypeDoc