Show / Hide Table of Contents

Interface ILoggerObject

Represents a type, that contains an ILogger property that can be used to perform logging.

Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public interface ILoggerObject

Properties

| Improve this Doc View Source

Logger

Gets or sets the ILogger implementation used to perform logging

Declaration
ILogger Logger { get; set; }
Property Value
Type Description
ILogger

Extension Methods

ILoggerObjectExtensions.LogError(ILoggerObject, String, Object[])
ILoggerObjectExtensions.LogError(ILoggerObject, Exception, String, Object[])
ILoggerObjectExtensions.LogInformation(ILoggerObject, String, Object[])
ILoggerObjectExtensions.LogWarning(ILoggerObject, String, Object[])
ILoggerObjectExtensions.LogWarning(ILoggerObject, Exception, String, Object[])
ILoggerObjectExtensions.LogTrace(ILoggerObject, String, Object[])
ILoggerObjectExtensions.LogTrace<TState>(ILoggerObject, TState, EventId, Exception, Func<TState, Exception, String>)
ILoggerObjectExtensions.LogCritical(ILoggerObject, String, Object[])
ILoggerObjectExtensions.LogDebug(ILoggerObject, String, Object[])
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX