Table of Contents

Class CustomStdoutFormatterOptions

Namespace
Tlabs.Config
Assembly
Tlabs.Core.dll

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

LogLevel

IncludeCategory

Include category with log entry.

public bool IncludeCategory { get; set; }

Property Value

bool