mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
cleanup code
This commit is contained in:
@@ -20,7 +20,7 @@ namespace VRCX
|
||||
public long Position;
|
||||
}
|
||||
|
||||
public static LogWatcher Instance { get; private set; }
|
||||
public static readonly LogWatcher Instance;
|
||||
private readonly DirectoryInfo m_LogDirectoryInfo;
|
||||
private readonly Dictionary<string, LogContext> m_LogContextMap; // <FileName, LogContext>
|
||||
private readonly ReaderWriterLockSlim m_LogListLock;
|
||||
|
||||
Reference in New Issue
Block a user