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
| Name | Value | Description |
|---|---|---|
| Off | 0 | Disable all logging |
| Error | 1 | Only log errors |
| Warn | 2 | Log errors and warnings |
| Info | 3 | Log errors, warnings, and info messages |
| Debug | 4 | Log all messages including debug |