These v19 docs are archived 🔒.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
Interface ISystemLogService
Service on Kit.SystemLog
to add messages to the global (system) 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)