Interface IHasCodeLog
Marks all Razor / WebAPI classes which provide logging functionality
Namespace: ToSic.Sxc.Code
Assembly: ToSic.Sxc.dll
Syntax
[InternalApi_DoNotUse_MayChangeWithoutNotice("This is internal for documentation only, you should never access this interface")]
public interface IHasCodeLog
Properties
| Improve this Doc View SourceLog
The logger for the current Razor / WebApi which allows you to add logs to Insights.
Declaration
ICodeLog Log { get; }
Property Value
Type | Description |
---|---|
ICodeLog |