Table of Contents
These v19 docs are archived 🔒. Go to the latest docs home or try if this exact page is available in the latest docs.

Interface IHasLog

Namespace
ToSic.Lib.Logging
Assembly
ToSic.Lib.Core.dll

Objects which can log their activity, and share their log with other objects in the chain to produce extensive internal logging.

[InternalApi_DoNotUse_MayChangeWithoutNotice("this is just FYI")]
public interface IHasLog

Properties

Log

The log object which contains the log and can add more logs to the list.

ILog Log { get; }

Property Value

ILog