- Namespace
- Statiq
.App - Containing Type
- BaseCommandSettings
- Property Type
- LogLevel
Syntax
[CommandOption("-l|--log-level <LEVEL>")]
[Description("Sets the minimum log level (\"Critical\", \"Error\", \"Warning\", \"Information\", \"Debug\", \"Trace\", \"None\").")]
public LogLevel LogLevel { get; set; }
Attributes
| Type | Description |
|---|---|
| CommandOption | |
| Description |
Value
| Type | Description |
|---|---|
| LogLevel |