Instance logging with backing static class instead of Global

This commit is contained in:
Matt Nadareski
2020-10-07 15:42:30 -07:00
parent 348a2a2bcb
commit b7db9f7f14
69 changed files with 1034 additions and 834 deletions

View File

@@ -46,7 +46,7 @@ contents of any changed dats.";
// Make sure the file exists
if (!File.Exists(_db))
DatabaseTools.EnsureDatabase(_dbSchema, _db, _connectionString);
EnsureDatabase(_db, _connectionString);
// Make sure the dats dir is set
if (string.IsNullOrWhiteSpace(_dats))