Interface ILogStore NamespaceToSic.Lib.Logging AssemblyToSic.Sys.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