Interface ILogService
System-Log Service to add messages to the global log in any platform Dnn/Oqtane
Namespace: ToSic.Sxc.Services
Assembly: ToSic.Sxc.dll
Syntax
[PublicApi]
public interface ILogService
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
| Improve this Doc View SourceAdd(String, String)
Add a general message to the log.
Declaration
void Add(string title, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
System.String | message |