Table of Contents

Interface ILogStore

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

Interface to add ILogs to the log storage.

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface ILogStore

Methods

Add(string, ILog)

Add a log to the current history.

LogStoreEntry Add(string segment, ILog log)

Parameters

segment string

Segment name, like webapi or module

log ILog

Returns

LogStoreEntry