Show / Hide Table of Contents

Class AmbientServicesLog4NetExtensions

Extension methods for the IAmbientServices.

Inheritance
System.Object
AmbientServicesLog4NetExtensions
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.Log4Net
Assembly: Kephas.Logging.Log4Net.dll
Syntax
public static class AmbientServicesLog4NetExtensions

Methods

| Improve this Doc View Source

WithLog4NetManager(IAmbientServices)

Sets the NLog log manager to the ambient services.

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

The ambient services.

Returns
Type Description
IAmbientServices

The provided ambient services.

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