Show / Hide Table of Contents

Class Log73LoggerExtensions

Extensions for .

Inheritance
System.Object
Log73LoggerExtensions
Namespace: Log73.Extensions.Logging
Assembly: Log73.Extensions.Logging.dll
Syntax
public static class Log73LoggerExtensions : object

Methods

| Improve this Doc View Source

AddLog73Logger(ILoggingBuilder)

Declaration
public static ILoggingBuilder AddLog73Logger(this ILoggingBuilder builder)
Parameters
Type Name Description
ILoggingBuilder builder
Returns
Type Description
ILoggingBuilder
| Improve this Doc View Source

AddLog73Logger(ILoggingBuilder, Action<Log73LoggerConfiguration>)

Declaration
public static ILoggingBuilder AddLog73Logger(this ILoggingBuilder builder, Action<Log73LoggerConfiguration> configure)
Parameters
Type Name Description
ILoggingBuilder builder
Action<Log73LoggerConfiguration> configure
Returns
Type Description
ILoggingBuilder
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX