mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Rename Logging class to Logger
This commit is contained in:
@@ -13,7 +13,7 @@ namespace WoD
|
||||
// Private instance variables
|
||||
private string _filepath;
|
||||
private string _connectionString;
|
||||
private Logging _logger;
|
||||
private Logger _logger;
|
||||
|
||||
// Regex File Name Patterns
|
||||
private static string _defaultPattern = @"^(.+?) - (.+?) \((.*) (.*)\)\.dat$";
|
||||
@@ -50,7 +50,7 @@ namespace WoD
|
||||
}
|
||||
|
||||
// Constructor
|
||||
public Import(string filepath, string connectionString, Logging logger)
|
||||
public Import(string filepath, string connectionString, Logger logger)
|
||||
{
|
||||
if (File.Exists(filepath))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user