Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LogGroupControlSettings

Allows to change the settings for one or all LogGroups. Options will be applied only if set, undefined options are ignored.

The only property really required is group.

Hierarchy

  • LogGroupControlSettings

Index

Properties

group

group: number | "all"

Apply to specific group, or "all".

logFormat

logFormat: "Default" | "YearMonthDayTime" | "YearDayMonthWithFullTime" | "YearDayMonthTime" | undefined

Set the log format, undefined will not change the setting.

logLevel

logLevel: "Fatal" | "Error" | "Warn" | "Info" | "Debug" | "Trace" | undefined

Set log level, undefined will not change the setting.

showLoggerName

showLoggerName: boolean | undefined

Whether to show the logger name, undefined will not change the setting.

showTimestamp

showTimestamp: boolean | undefined

Whether to show timestamp, undefined will not change the setting.

Generated using TypeDoc