Interface IHasLog
Objects which can log their activity, and share their log with other objects in the chain to produce extensive internal logging.
Namespace: ToSic.Lib.Logging
Assembly: ToSic.Lib.Core.dll
Syntax
[InternalApi_DoNotUse_MayChangeWithoutNotice("this is just FYI")]
public interface IHasLog
Properties
| Improve this Doc View SourceLog
The log object which contains the log and can add more logs to the list.
Declaration
ILog Log { get; }
Property Value
Type | Description |
---|---|
ILog |