Interface ICanDebug
Trivial interface just to ensure that we have debug on/off consistent
Namespace: ToSic.Lib.Logging
Assembly: ToSic.Lib.Core.dll
Syntax
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface ICanDebug
Properties
| Improve this Doc View SourceDebug
Debug state on/off
Declaration
bool Debug { get; set; }
Property Value
Type | Description |
---|---|
bool |