update logging and add pl splash as the main one
All checks were successful
Build / Build Launcher (push) Successful in 2m31s
All checks were successful
Build / Build Launcher (push) Successful in 2m31s
This commit is contained in:
@@ -46,7 +46,7 @@ public class LocalPlugin : PluginData
|
||||
}
|
||||
catch (IOException)
|
||||
{
|
||||
LogFile.WriteLine($"Waiting to load {Id} because it's being used by another process");
|
||||
LogFile.Log.Debug($"Waiting to load {Id} because it's being used by another process");
|
||||
Thread.Sleep(250);
|
||||
maxRetries--;
|
||||
}
|
||||
@@ -88,7 +88,7 @@ public class LocalPlugin : PluginData
|
||||
return null;
|
||||
|
||||
var assembly = Assembly.LoadFile(assemblyPath);
|
||||
LogFile.WriteLine("Resolving " + assembly.GetName().Name + " for " + args.RequestingAssembly?.FullName, false);
|
||||
LogFile.Log.Debug("Resolving " + assembly.GetName().Name + " for " + args.RequestingAssembly?.FullName, false);
|
||||
|
||||
var main = Main.Instance;
|
||||
if (!main.Config.IsEnabled(assemblyPath))
|
||||
|
Reference in New Issue
Block a user