Class AccessLogsConfig
Namespace: Consul
Assembly: Consul.dll
public class AccessLogsConfig
Inheritance
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
Enabled
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool Enabled { get; set; }
Property Value
JSONFormat
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string JSONFormat { get; set; }
Property Value
Path
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Path { get; set; }
Property Value
TextFormat
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string TextFormat { get; set; }
Property Value
Type
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Type { get; set; }