Show / Hide Table of Contents

Class LoggerNameLogInfo

Provides the Name in a Log73Logger. Accepts LoggerLogInfoContext.

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

Properties

| Improve this Doc View Source

Style

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

Methods

| Improve this Doc View Source

GetValue(LogInfoContext)

Declaration
public string GetValue(LogInfoContext context)
Parameters
Type Name Description
LogInfoContext 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