Show / Hide Table of Contents

Class AmbientServicesNLogExtensions

Extension methods for the IAmbientServices.

Inheritance
System.Object
AmbientServicesNLogExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Logging.NLog
Assembly: Kephas.Logging.NLog.dll
Syntax
public static class AmbientServicesNLogExtensions

Methods

| Improve this Doc View Source

WithNLogManager(IAmbientServices)

Sets the NLog log manager to the ambient services.

Declaration
public static IAmbientServices WithNLogManager(this IAmbientServices ambientServices)
Parameters
Type Name Description
IAmbientServices ambientServices

The ambient services builder.

Returns
Type Description
IAmbientServices

The provided ambient services builder.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX