Merge branch 'main' into develop
# Conflicts: # Server/Logger/WebApplicationLogger.cs
This commit is contained in:
@@ -14,6 +14,6 @@ public interface ISptLogger<T>
|
||||
void Info(string data, Exception? ex = null);
|
||||
void Debug(string data, Exception? ex = null);
|
||||
void Critical(string data, Exception? ex = null);
|
||||
void WriteToLogFile(string body);
|
||||
void WriteToLogFile(string body, LogLevel level = LogLevel.Info);
|
||||
bool IsLogEnabled(LogLevel level);
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace Core.Utils.Logger;
|
||||
|
||||
// This is a dummy class to use for SourceContext in Serilog, do not remove!
|
||||
public class FileLogger
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user