- Namespace
- Statiq
.App - Containing Type
- BaseCommandSettings
- Property Type
- LogLevel?
Syntax
[CommandOption("--failure-log-level <LEVEL>")]
[Description("Indicates that the generation should fail for all log messages above the specified level threshold.")]
public LogLevel? FailureLogLevel { get; set; }
Attributes
| Type | Description |
|---|---|
| CommandOption | |
| Description |
Value
| Type | Description |
|---|---|
| LogLevel? |