• Basics
  • Abyss
  • Web APIs
  • C# & Razor
  • .net API
  • JS & TS API
v16
Search Results for

    Show / Hide Table of Contents

    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 Source

    Log

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

    Declaration
    ICodeLog Log { get; }
    Property Value
    Type Description
    ICodeLog
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX