Table of Contents

Interface ISystemLogService

Namespace
ToSic.Sxc.Services
Assembly
ToSic.Sxc.dll

System-Log Service to add messages to the global log in any platform Dnn/Oqtane

[PublicApi]
public interface ISystemLogService

Remarks

As of now this service is still very simple, later we may add methods like Warn() or Error() but let's wait and see what's needed

Methods

Add(string, string)

Add a general message to the log.

void Add(string title, string message)

Parameters

title string
message string