Show / Hide Table of Contents

Class Log73LoggerProvider

Inheritance
System.Object
Log73LoggerProvider
Namespace: Log73.Extensions.Logging
Assembly: Log73.Extensions.Logging.dll
Syntax
public sealed class Log73LoggerProvider : ILoggerProvider

Constructors

| Improve this Doc View Source

Log73LoggerProvider(IOptionsMonitor<Log73LoggerConfiguration>)

Declaration
public Log73LoggerProvider(IOptionsMonitor<Log73LoggerConfiguration> config)
Parameters
Type Name Description
IOptionsMonitor<Log73LoggerConfiguration> config

Methods

| Improve this Doc View Source

CreateLogger(String)

Declaration
public ILogger CreateLogger(string categoryName)
Parameters
Type Name Description
System.String categoryName
Returns
Type Description
ILogger
| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()

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