Show / Hide Table of Contents

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 Source

LoggingBase(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 Source

Logger

The logger used by this class.

Declaration
protected readonly ILogger Logger
Field Value
Type Description
ILogger
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX