Updated
This commit is contained in:
@@ -51,8 +51,6 @@ namespace EonaCat.Logger.LogClient
|
||||
}
|
||||
}
|
||||
|
||||
public void Log(LogEntry entry) => LogAsync(entry).GetAwaiter().GetResult();
|
||||
|
||||
public async Task LogExceptionAsync(Exception ex, string message = "",
|
||||
Dictionary<string, object>? properties = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user