Class LoggingProperties
The name of the properties that are included in logging.
Inherited Members
Namespace: CodeFactory.Logging
Assembly: CodeFactory.Logging.dll
Syntax
public static class LoggingProperties
Fields
| Improve this Doc View SourceLineNumber
Constant that stores the property name to log a line number.
Declaration
public const string LineNumber = "LineNumber"
Field Value
Type | Description |
---|---|
string |
MemberName
Constant that stores the property name to log a member name.
Declaration
public const string MemberName = "MemberName"
Field Value
Type | Description |
---|---|
string |