API Reference
Class
Settings
Configuration options for the logging subsystem. Allows callers to specify log verbosity and other diagnostics settings used throughout HtmlForgeX.
Inheritance
- Object
- Settings
Constructors
public Settings() #Inherited Methods
Properties
public Boolean Error { get; set; } #Gets or sets a value indicating whether error logging is enabled.
public Boolean Verbose { get; set; } #Gets or sets a value indicating whether verbose logging is enabled.
public Boolean Warning { get; set; } #Gets or sets a value indicating whether warning logging is enabled.
public Boolean Progress { get; set; } #Gets or sets a value indicating whether progress logging is enabled.
public Boolean Debug { get; set; } #Gets or sets a value indicating whether debug logging is enabled.