Class CustomStdoutFormatterOptions
Custom stdout formatter.
public sealed class CustomStdoutFormatterOptions : ConsoleFormatterOptions
- Inheritance
-
CustomStdoutFormatterOptions
- Inherited Members
- Extension Methods
Constructors
CustomStdoutFormatterOptions()
Default ctor.
public CustomStdoutFormatterOptions()
Properties
DfltMinimumLevel
Defualt min. level.
public LogLevel DfltMinimumLevel { get; set; }
Property Value
IncludeCategory
Include category with log entry.
public bool IncludeCategory { get; set; }