Show / Hide Table of Contents

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 Source

DefaultFormattersOptions()

Declaration
public DefaultFormattersOptions()

Fields

| Improve this Doc View Source

DefaultScopeEnd

Declaration
public const string DefaultScopeEnd = "<-- "
Field Value
Type Description
System.String
| Improve this Doc View Source

DefaultScopeStart

Declaration
public const string DefaultScopeStart = "--> "
Field Value
Type Description
System.String
| Improve this Doc View Source

DefaultSeparator

Declaration
public const string DefaultSeparator = ":"
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

ScopeEnd

Declaration
public string ScopeEnd { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ScopeStart

Declaration
public string ScopeStart { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Separator

Declaration
public string Separator { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ShowThreadNumber

Declaration
public bool ShowThreadNumber { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ShowTimestamp

Declaration
public bool ShowTimestamp { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX