How to know or change the size of the Windows Event Log from a program under Windows XP? [closed]
- by ahmd1
I ran into a weird problem on a Windows XP system. My local service app logs its diagnostic messages into the Windows Event Log, so at some point those messages stopped being logged. I thought that the issue was in my code, but then I discovered that other processes can't log messages either.
So I was wondering, is there a limit on the Windows Event Log size?
PS. I guess I need to write this specifically -- I need to know/change the size from a command line or an API.