• Basics
  • Abyss
  • C# & Razor
  • JavaScript & TS
  • Web API
  • .net API

    Show / Hide Table of Contents

    Interface IHasLog

    Objects which can log their activity, and share their log with other objects in the chain to produce extensive internal logging.

    Namespace: ToSic.Eav.Logging
    Assembly: ToSic.Eav.Core.dll
    Syntax
    [InternalApi_DoNotUse_MayChangeWithoutNotice("this is just fyi")]
    public interface IHasLog

    Properties

    | Improve this Doc View Source

    Log

    The log object which contains the log and can add more logs to the list.

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