Browse Source

Remove double debugger logging in DataStoreLoggerTarget

pull/117/head
Ionite 1 year ago committed by GitHub
parent
commit
dbc22de50c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      StabilityMatrix.Avalonia.Diagnostics/LogViewer/DataStoreLoggerTarget.cs

2
StabilityMatrix.Avalonia.Diagnostics/LogViewer/DataStoreLoggerTarget.cs

@ -67,8 +67,6 @@ public class DataStoreLoggerTarget : TargetWithLayout
Exception = logEvent.Exception?.Message ?? (logLevel == MsLogLevel.Error ? message : ""),
Color = _config!.Colors[logLevel],
});
Debug.WriteLine($"--- [{logLevel.ToString()[..3]}] {message} - {logEvent.Exception?.Message ?? "no error"}");
}
#endregion

Loading…
Cancel
Save