Table of Contents

Interface ICanDump

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

Interface to mark classes which can dump their state into the log as a string.

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface ICanDump

Methods

Dump()

Create a string dump of the current objects state/contents.

string Dump()

Returns

string