Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface to control LoggerFactories (LoggerFactory and related loggers) through ordinary console (in browsers).

Hierarchy

  • LoggerControl

Implemented by

Index

Methods

getLoggerFactoryControl

help

  • help(): void

listFactories

  • listFactories(): void

reset

  • reset(idFactory: number | "all"): void
  • Reset one or all factories back to original values.

    Parameters

    • idFactory: number | "all"

      Id factory or "all" for all.

    Returns void

showSettings

  • showSettings(idFactory: number | "all"): void
  • Show settings for LoggerFactory id (see listFactories() to get it) or null, for all.

    Parameters

    • idFactory: number | "all"

      LoggerFactory id or all

    Returns void

Generated using TypeDoc