Show / Hide Table of Contents

Class EventIdLogInfo

Provides the Name in a . Accepts LoggerLogInfoContext.

Inheritance
System.Object
EventIdLogInfo
Implements
ILogInfo
Namespace: Log73.Extensions.Logging
Assembly: Log73.Extensions.Logging.dll
Syntax
public class EventIdLogInfo : object, ILogInfo

Properties

| Improve this Doc View Source

Style

The style to apply to the string returned by GetValue(LogInfoContext) and the brackets.

Declaration
public ConsoleStyleOption Style { get; set; }
Property Value
Type Description
ConsoleStyleOption

Methods

| Improve this Doc View Source

GetValue(LogInfoContext)

Get the string for the LogInfo.

Declaration
public string GetValue(LogInfoContext context)
Parameters
Type Name Description
LogInfoContext context

The context.

Returns
Type Description
System.String

Implements

ILogInfo

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