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:
@@ -22,9 +22,9 @@ namespace WoD
|
||||
|
||||
// Private required variables
|
||||
private Dictionary<int, string> _headers;
|
||||
private Logging _logger;
|
||||
private Logger _logger;
|
||||
|
||||
public Generate(string systems, string sources, string connectionString, Logging logger, bool norename = false, bool old = false)
|
||||
public Generate(string systems, string sources, string connectionString, Logger logger, bool norename = false, bool old = false)
|
||||
{
|
||||
_systems = systems;
|
||||
_sources = sources;
|
||||
|
||||
Reference in New Issue
Block a user