mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
Add Wox.CrashReporter
This commit is contained in:
@@ -13,6 +13,11 @@ namespace Wox.Infrastructure.Logger
|
||||
fileLogger.Error(msg);
|
||||
}
|
||||
|
||||
public static void Error(Exception e)
|
||||
{
|
||||
fileLogger.Error(e.Message + "\r\n" + e.StackTrace);
|
||||
}
|
||||
|
||||
public static void Debug(string msg)
|
||||
{
|
||||
fileLogger.Debug(msg);
|
||||
|
||||
Reference in New Issue
Block a user