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 ICanDebug

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

Trivial interface just to ensure that we have debug on/off consistent

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface ICanDebug

Properties

Debug

Debug state on/off

bool Debug { get; set; }

Property Value

bool