update the names of event log parameters.

This commit is contained in:
chris.watts90@outlook.com 2017-02-18 21:32:06 +00:00
parent 9dc4832471
commit f1bf9de350

View File

@ -6,8 +6,8 @@ namespace CardReaderService.DefaultComponents
{
public class DefaultLogger : ILogger
{
private string _eventLogSource = "CardRdrSvc";
private string _logName = "CardReaderServiceLog";
private string _eventLogSource = "CardReaderDefaultLogger";
private string _logName = "CardReaderService";
private EventLog _eventLog;
public DefaultLogger()