Tagged Questions
1
vote
1answer
370 views
How to write to event log with critical level using nlog?
I'm trying to write log from nlog to window's event log. This is my configuration
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
3
votes
0answers
246 views
NLog Event Log Target: problems with Source/Provider Name & message format
I'm trying to use NLog to log events for a new application to a file and to the Event Log. I'm almost there, but not quite - I can get events logged to the Event Log, and in the Details/XML view (of ...
1
vote
1answer
134 views
Unable to set EventIDs using Common.Logging and NLog
Has anyone figured out how to leverage Common.Logging to set the EventLog ID when wrapping NLog? I have it working beautifully under NLog, but had trouble figuring out how to do it with ...
2
votes
1answer
1k views
NLog not writing to the EventLog
I'm using NLog to record my logging, everything is working fine, but now I have installed the application on to a WebService in IIS 6, it is not logging to the EventLog, all other logs are working ...
7
votes
2answers
4k views
NLog: can't write to event log
I can't write to the event log with NLog. I've been able to write to the console and to a file. I've turned on exceptions in NLog and am receiving no feedback from NLog. Here is my NLog.config:
...