Rename Logging class to Logger

This commit is contained in:
Matt Nadareski
2016-03-28 18:40:35 -07:00
parent 0436671646
commit 9832c64f45
5 changed files with 10 additions and 9 deletions

View File

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