Skip to main content

Class AccessLogsConfig

Namespace: Consul
Assembly: Consul.dll

public class AccessLogsConfig

Inheritance

objectAccessLogsConfig

Inherited Members

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

Properties

DisableListenerLogs

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool DisableListenerLogs { get; set; }

Property Value

bool

Enabled

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool Enabled { get; set; }

Property Value

bool

JSONFormat

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string JSONFormat { get; set; }

Property Value

string

Path

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Path { get; set; }

Property Value

string

TextFormat

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string TextFormat { get; set; }

Property Value

string

Type

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Type { get; set; }

Property Value

string

  • Properties
    • DisableListenerLogs
    • Enabled
    • JSONFormat
    • Path
    • TextFormat
    • Type