LogsConfiguration

Namespace: Babel.Data Assembly: Babel.Data.dll

The logs configuration.

public class LogsConfiguration

Inheritance

objectLogsConfiguration

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

LogsConfiguration()

public LogsConfiguration()

Properties

IsLoggingEnabled

Gets or sets a value indicating whether the logging is enabled.

public bool IsLoggingEnabled { get; set; }

Property Value

bool

MinimumLevel

Gets or sets the minimum log level.

public string MinimumLevel { get; set; }

Property Value

string

Last updated