Table of Contents

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