Show / Hide Table of Contents

Interface ILoggable

Optional injection point when an instance is created without a wrapper in the constructor (for example via Activator). The host may set Logging before or as part of Wrap<T>(T). Prefer constructor injection of ILoggingWrapper when possible.

Namespace: Zaya.Logging.Services
Assembly: Zaya.Logging.dll
Syntax
public interface ILoggable

Properties

| Edit this page View Source

Logging

Sets the logging wrapper used to wrap nested services.

Declaration
ILoggingWrapper Logging { set; }
Property Value
Type Description
ILoggingWrapper
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX