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 SourceLogging
Sets the logging wrapper used to wrap nested services.
Declaration
ILoggingWrapper Logging { set; }
Property Value
| Type | Description |
|---|---|
| ILoggingWrapper |