dynamic-forms / Enum

LogLevel

Log levels for the dynamic forms logger. Each level includes all levels above it (more severe).

  • Off: No logging
  • Error: Only errors
  • Warn: Errors + warnings
  • Info: Errors + warnings + info
  • Debug: All messages including debug

Members

NameValueDescription
Off0

Disable all logging

Error1

Only log errors

Warn2

Log errors and warnings

Info3

Log errors, warnings, and info messages

Debug4

Log all messages including debug