Show / Hide Table of Contents

Class LogInfoContext

Class to store information given to GetValue(LogInfoContext) when getting an ILogInfo's value to log.

Inheritance
System.Object
LogInfoContext
LoggerLogInfoContext
Namespace: Log73
Assembly: Log73.dll
Syntax
public class LogInfoContext : object

Properties

| Improve this Doc View Source

MessageType

Declaration
public MessageType MessageType { get; }
Property Value
Type Description
MessageType
| Improve this Doc View Source

Value

Declaration
public object Value { get; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

ValueString

Declaration
public string ValueString { get; }
Property Value
Type Description
System.String

Extension Methods

DumpExtensionMethods.Dump(Object)
DumpExtensionMethods.DumpInfo(Object)
DumpExtensionMethods.DumpWarn(Object)
DumpExtensionMethods.DumpError(Object)
DumpExtensionMethods.DumpDebug(Object)
SerializeExtensionMethods.SerializeAsXml(Object)
SerializeExtensionMethods.SerializeAsXml(Object, XmlWriterSettings)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX