Class LogUtility
The log utility includes logging support.
Inheritance
System.Object
LogUtility
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: ComponentSpace.Saml2.Utility
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class LogUtility
Properties
LoggerFactory
Gets or sets the logger factory to use.
Declaration
public static ILoggerFactory LoggerFactory { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.Extensions.Logging.ILoggerFactory | The logger factory. |