Options
All
  • Public
  • Public/Protected
  • All
Menu

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

The only properties required are recursive (to apply recursively to child categories or not) and idCategory.

Hierarchy

  • CategoryServiceControlSettings

Index

Properties

category

category: number | "all"

Apply to specific category, 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.

recursive

recursive: boolean

Apply to child categories (true) or not.

showCategoryName

showCategoryName: boolean | undefined

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

showTimestamp

showTimestamp: boolean | undefined

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

Generated using TypeDoc