dynamic-forms / Variable

DYNAMIC_FORM_LOGGER

Injection token for the dynamic forms logger.

Default behavior:

  • Development mode: ConsoleLogger with LogLevel.Warn
  • Production mode: NoopLogger (silent)

Override by providing a custom logger via withLogger() feature or by providing directly to this token.

Presentation

const DYNAMIC_FORM_LOGGER: InjectionToken<DynamicFormLogger>;