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 SourceWithNLogManager(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. |