We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8586e commit 45ee59cCopy full SHA for 45ee59c
Source/ModuleManager/Logging/PatchLogger.cs
@@ -27,7 +27,7 @@ public class PatchLogger : IBasicLogger
27
private readonly LogMethod[] methods;
28
internal PatchLogger(string filename)
29
{
30
- this.log = new K.FileChainUnityLogger<Startup>(filename);
+ this.log = new K.FileChainUnityLogger<Startup>(filename, 0);
31
32
this.methods = new LogMethod[6];
33
int i = 0;
0 commit comments