Class LogInfoContext
Class to store information given to Log73.ILogInfo.GetValue(Log73.LogInfoContext) when getting an Log73.ILogInfo's value to log.
Assembly: Log73.dll
View Source
Declaration
public class LogInfoContext
Properties
Value
View Source
Declaration
public object Value { get; }
ValueString
View Source
Declaration
public string ValueString { get; }
MessageType
View Source
Declaration
public MessageType MessageType { get; }
Extension Methods
- Log73.ExtensionMethod.DumpExtensionMethods.Dump(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpInfo(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpWarn(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpError(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpDebug(System.Object)