mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
add IronPython environment to execute python plugins
This commit is contained in:
@@ -11,9 +11,9 @@ namespace WinAlfred.Helper
|
||||
{
|
||||
private static ILog fileLogger = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
public static ILog FileLogger
|
||||
public static void Error(string msg)
|
||||
{
|
||||
get { return fileLogger; }
|
||||
fileLogger.Error(msg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user