diverse Aenderungen
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace TrafagSalesExporter.Services;
|
||||
|
||||
public interface IAppEventLogService
|
||||
{
|
||||
Task WriteAsync(string category, string message, string level = "Info", int? siteId = null, string? land = null, string? details = null);
|
||||
Task WriteDebugAsync(string category, string message, int? siteId = null, string? land = null, string? details = null);
|
||||
}
|
||||
Reference in New Issue
Block a user