Class LoggingBase
Abstract base class providing logging features.
Inheritance
System.Object
LoggingBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Intranet.Common
Assembly:Intranet.Common.dll
Syntax
public abstract class LoggingBase
Constructors
| Improve this Doc View SourceLoggingBase(ILogger)
Initialize a new instance of the LoggingBase class.
Declaration
protected LoggingBase(ILogger logger)
Parameters
Type | Name | Description |
---|---|---|
ILogger | logger | A ILogger. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | loggerFactory can not be null |
Fields
| Improve this Doc View SourceLogger
The logger used by this class.
Declaration
protected readonly ILogger Logger
Field Value
Type | Description |
---|---|
ILogger |