Class LoggingServiceCollectionExtensions
Logging extensions.
Inheritance
System.Object
LoggingServiceCollectionExtensions
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.Application.AspNetCore.Logging
Assembly: Kephas.Application.AspNetCore.dll
Syntax
public static class LoggingServiceCollectionExtensions
Methods
| Improve this Doc View SourceConfigureLoggingExtensions(IAmbientServices)
Uses the Kephas logging.
Declaration
public static IAmbientServices ConfigureLoggingExtensions(this IAmbientServices ambientServices)
Parameters
Type | Name | Description |
---|---|---|
IAmbientServices | ambientServices | The ambientServices to act on. |
Returns
Type | Description |
---|---|
IAmbientServices | The provided service collection. |