Tagged Questions
0
votes
1answer
21 views
Event Log name is other than “Application” but logs are written in “Application” Log
In my VB.NET application, I created a new Event Log Name named "My_Log", and I have this application run for a number of different situations where each situation is named by a unique name, and on ...
0
votes
1answer
26 views
how to write on event log with other than “Application” as a log name?
I'm having a problem with making my VB.NET application point to something rather than "Application" in Event Log...
I create my custom event log using the function: ...
0
votes
1answer
85 views
Service on local computer started then stopped error
I have a windows service. It was working fine until I added code for it to begin logging. Now when I try to start the service I receive the following error:
The GBBService service on local ...
2
votes
1answer
110 views
Logging Windows Service
I have the following code for logging my windows service which I found through research online.
its done inside of my service class right before it is being initialized like below.
public ...
0
votes
0answers
42 views
How to make and save eventlog log file anywhere in your machine with NuGet Common Logging versiion 2.0 application?
I searched practically everywhere in the web and read many forums and Official NetCommon-reference of NuGet common.logging, but don't understand how to make and save eventlog file in my computer. I'm ...
0
votes
1answer
38 views
can I limit log4net to eventview by size?
My webApplication uses log4net that writes to event-viewr.
I want to limit its size to 1 GB.
is there any way to do this within the webcofig?
(as it can be limited to log file)
1
vote
1answer
41 views
Comparison of Vector clocks for event correlation
I have a bunch of log files consisting of event logs along with their vector clocks logged in them. Now while comparing the vector clocks of any two events, would it be correct to take the root of the ...
1
vote
2answers
75 views
PHP what to use to log information in a file based on events in an application
I've created an application that makes several calls to a mysql database and executes queries. What I want to do is create/use a class that would allow me to log information related to what the user ...
1
vote
1answer
318 views
NTEventLogAppender is not working for my Java Application
I'm trying to write to the Windows Event Log and I have a nagging issue.
First I created the NTEventAppender using steps found here.
How to create NTEventlogAppender.dll as required for logging event ...
0
votes
1answer
241 views
Difference between different EventLogMessages.dll in .NET Framework folders
There are two EventLogMessages.dll files,
C:\Windows\Microsoft.NET\Framework\v4.0.30319\EventLogMessages.dll
C:\Windows\Microsoft.NET\Framework\v2.0.50727\EventLogMessages.dll
These files are not ...
0
votes
0answers
156 views
Handling Windows wevtutil renderedxml errors
When using the Windows command line tool wevtutil with the /f:renderedxml option to review Application logs, I will sometimes see output like:
Failed to render Event. Event handle = 0x00000008.. ...
0
votes
1answer
265 views
Using Enterprise Library to log to a custom Windows event log does not work
I have configured the Enterprise Library 5.0.505 Logging Application Block to log events from my .NET 4 application to a custom windows event log. 'Custom' meaning that the log is application-specific ...
0
votes
1answer
237 views
Can not re-register event source to new custom event log
I have created an event log source using:
if (!EventLog.SourceExists(EventLogSource)) EventLog.CreateEventSource(EventLogSource);
So every log entry that uses EventLogSource goes into ...
0
votes
1answer
378 views
How to write log to SECURITY event Log in C#?
I want to write these values in the security event log:
Console.WriteLine("Level: {0}", eventInstance.LevelDisplayName);
Console.WriteLine("Date: {0}", eventInstance.TimeCreated);
...
0
votes
0answers
66 views
Do ASP.NET or the Windows Event Log Rate Limit?
I'm testing out some error handling in ASP.NET MVC, but my exceptions only get logged around once per minute (at least that's what it looks like).
I have CustomErrors turned on:
<customErrors ...
1
vote
1answer
364 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" ...
0
votes
0answers
50 views
Escape Characters to Event log?
I'm attempting to write to my Application event log using:
HANDLE h = Advapi32.INSTANCE.RegisterEventSource("localhost", "eclipse");
String[] buffer = { "Testing \r\n %n right now" };
...
3
votes
1answer
895 views
Example of source for NTEventLogAppender?
I'm trying to learn how to log from java eclipse to event viewer and I've read the api, various sites and similar questions on stack overflow.
But when I follow the steps I always get:
Exception in ...
0
votes
1answer
974 views
Get the location of windows event log files
We are using EventLog to log exceptions. there is a background thread which check once the eventlog get full and programmaticaly transfers the entries into an XML file and then clear the event log.
...
4
votes
2answers
120 views
When to log into the windows event log?
So far all my applications have been logging to files only. It works fine for me and I never had any problem with it.
A friend of mine suggested I could also use the Windows Event log but I am not ...
1
vote
0answers
338 views
How to interpret windows APPCRASH mysterious log?
How should I interpret these logs to identify the cause of the appcrash?
Fault bucket , type 0
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: ...
1
vote
2answers
203 views
Trouble getting Asp.Net + Logging Application Block to log to Windows Application Event Log
So I'm trying to get an Asp.Net application running on Windows 2008R2 / IIS 7.5 to log to the Windows Application Event Log using EntLib Logging Application Block.
It works great on our dev/test ...
0
votes
0answers
40 views
Log to a file that can be opened with the event viewer
Is their a way (Preferably using logging application block) to write log to a file in such a way that it can be opened using the event viewer?
0
votes
1answer
600 views
Enterprise library not logging severity correctly
I have a problem with enterprise library 5. It's writing to the event log all the information I want it to write, however, it is not respecting the severity settings I configure.
My exception ...
1
vote
0answers
337 views
Create Custom Log in Event Viewer with C++
I want to be able to create a custom log in event viewer (i.e. to create a custom node under "Application and Services Logs" in windows event viewer)
It is an easy task, if you use ...
0
votes
1answer
922 views
Logging in Windows Event Log in Unmanaged C++
I know that I can use ReportEvent method to write event logs in windows. But it seems to me that this method is useful for logging events prior to Windows Vista and 7 event log changes. For example, I ...
2
votes
1answer
354 views
Why does WriteEntry not work for this EventLog source?
I am writing a simple service and logging exceptions and other notable items to the EventLog. Below is the code for the service. Somehow, although I can see the "FDaemon" log, I don't see any events ...
0
votes
3answers
207 views
Use Event Log as a temporary log storage
We're currently designing an organization-wide logging mechanism (based on C#). One of the requirements is to write the log records to a temporary storage, and later move them to a central database, ...
1
vote
2answers
366 views
Save EventLog entries to Windows Azure Storage
I have an application that uses the System.Diagnostics.Trace and System.Diagnostics.EventLog classes to generate the logging information of the application.
I know that it is possible to configure an ...
0
votes
1answer
94 views
How long does it take for new Log Sources to take effect?
The EventLog.Source Property docs on MSDN state:
Create the new event source during the
installation of your application. This
allows time for the operating system
to refresh its list of ...
2
votes
2answers
361 views
Powershell Scheduled Tasks conflicts?
I have scheduled two powershell scripts as tasks to run at 00:00.
This morning I checked the event log and found that one of the scripts failed with the following exception:
Failure. The error ...
1
vote
2answers
570 views
Setting event log properties just after creating the event source
I have some code that creates a new event source:
EventLog.CreateEventSource(Source, LogName);
I know that there's a latency to creating this. I would like to set some default EventLog properties. ...
5
votes
4answers
4k views
Which approach is better to read Windows Event log in C#? WMI or EventLog
I need to write an application to grab event log for System/Applications. The other requirement is that I need to read event log every minute or so to grab the new event logs since I read last time.
...
2
votes
4answers
552 views
Logging exceptions in asp.net
In my team there is discussion about web application exception logging, regarding whether we should log to a text file or the event log.
Can anyone please tell me which is the better way of ...
0
votes
1answer
805 views
Change listener properties at run time
I am using Ent Lib 5. I have a Event Log Listener with the Source attribute currently set to a generic name for our suite of applications.
This configuration file is linked/shared with several ...
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:
...
2
votes
1answer
695 views
Modify the Event Log Source name for an SSIS package
I have an SQL Server integration Services (SSIS) package using the standard Event Log provider (yes, the event log! I know we can use SQL etc...)
The default "Source" of the log events is ...
0
votes
2answers
214 views
Standard for Windows Event Logging: Log nothing vs. Info vs. Warning vs. Error?
When should I log a message to the event log? Is there an accepted best practice for whether a particular event...
Needs to be logged to the event log at all
Is an error or a warning
Is important ...
0
votes
2answers
329 views
Event Log written as Warning instead of Error
I'm using EntLib 4.1 for logging. When I have an exception handled in the Application_Error of Global.asax.cs, I log the error with a category of 'Error'. I assumed that the event log type would be ...
0
votes
2answers
317 views
SQL Server spams in event log on every call of extended proc
I've wrote an extended stored procedure in dll.
Every time I call it, SQL Server wrote useless "Information" in Windows Event Log (Windows Logs\Application):
Event Type: Information
Event Source: ...
14
votes
5answers
7k views
Writing Exceptions to the Windows Log File
I'd like to catch my exceptions and log them in the Windows log file. How do I go about opening and writing to the Windows log?
2
votes
5answers
439 views
Unique EventId generation
I'm using the Windows Event Log to record some events. Events within the Windows Event Log can be assigned a handful of properties. One of which, is an EventID.
Now I want to use the EventId to try ...
0
votes
1answer
118 views
Event Source question
Why does some characters are appended in my event source name XXXXXXXXXXXX?
The Event Viewer says this:
The description for Event ID ( 5 ) in Source ( XXXXXXXXXXXXtings\All Usõ ) cannot be found. ...
3
votes
6answers
5k views
How to identify users which are connected to a windows server via remote desktop
At my workplace, we have lab machines that we use to do our testing.
The standard procedure to reserve a machine for testing was to walk around the office to make sure that no one was using the ...
4
votes
3answers
2k views
Custom value for the Event Log source property for ASP.NET errors
By default, ASP.NET records all uncaught exceptions to system Event Log. I’m aware of the fact that one should have a proper logging facility in place, but this is better than nothing and it serves ...

