Class DefaultFormattersOptions
Inheritance
System.Object
DefaultFormattersOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevInstance.LogScope.Formatters
Assembly: DevInstance.LogScope.dll
Syntax
public class DefaultFormattersOptions
Constructors
| Improve this Doc View SourceDefaultFormattersOptions()
Declaration
public DefaultFormattersOptions()
Fields
| Improve this Doc View SourceDefaultScopeEnd
Declaration
public const string DefaultScopeEnd = "<-- "
Field Value
Type | Description |
---|---|
System.String |
DefaultScopeStart
Declaration
public const string DefaultScopeStart = "--> "
Field Value
Type | Description |
---|---|
System.String |
DefaultSeparator
Declaration
public const string DefaultSeparator = ":"
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceScopeEnd
Declaration
public string ScopeEnd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ScopeStart
Declaration
public string ScopeStart { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Separator
Declaration
public string Separator { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowThreadNumber
Declaration
public bool ShowThreadNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowTimestamp
Declaration
public bool ShowTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |