Table of Contents

Interface IHasCodeLog

Namespace
ToSic.Sxc.Code
Assembly
ToSic.Sxc.dll

Marks all Razor / WebAPI classes which provide logging functionality

[InternalApi_DoNotUse_MayChangeWithoutNotice("This is internal for documentation only, you should never access this interface")]
public interface IHasCodeLog

Properties

Log

The logger for the current Razor / WebApi which allows you to add logs to Insights.

ICodeLog Log { get; }

Property Value

ICodeLog