Updated
This commit is contained in:
@@ -37,7 +37,7 @@ namespace EonaCat.Logger.LogClient
|
||||
entry.StackTrace = e.Exception.StackTrace;
|
||||
}
|
||||
|
||||
_client.Log(entry);
|
||||
_client.LogAsync(entry).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
private static LogLevel MapLogLevel(ELogType logType)
|
||||
|
||||
Reference in New Issue
Block a user