- Thread starter
- Moderator
- #631
Any news?I have to resort to analyzing what in my changes that caused the bug, and this might take some time.
Any news?I have to resort to analyzing what in my changes that caused the bug, and this might take some time.
I do not know much C#, there can not be such as specify specifically how NLog use? There must be some kind of a decision?I suspect that it is the updated Argus dll that interferes with the logs
LoggingConfiguration config = LogManager.Configuration ?? new LoggingConfiguration();
NLog.LoggingConfiguration config = NLog.LogManager.Configuration ?? new Nlog.LoggingConfiguration();
Mediaportal.NLog.LoggingConfiguration config = Mediaportal.NLog.LogManager.Configuration ?? new Mediaportal.Nlog.LoggingConfiguration();
LoggingConfiguration config = new LoggingConfiguration();
NLogAlias.LoggingConfiguration config = NLogAlias.LogManager.Configuration ?? new NLogAlias.LoggingConfiguration();
config.AddTarget("file", fileTarget);
config.AddTarget("file", fileTarget);
config.AddTarget("latests-media-handler", fileTarget);
I also try to do something on the weekend ...I will work on it this weekend