cleanup code

This commit is contained in:
pypy
2020-11-08 15:32:14 +09:00
parent 0e5054d159
commit 7a1067e21c
12 changed files with 19 additions and 19 deletions

View File

@@ -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;