Properties of event log

  • Thread starter Thread starter Raghu Rudra
  • Start date Start date
R

Raghu Rudra

Is there a way to modify the properties of event log once it is created with
..net language? For example, I want to change the size of new log to 1 MB
instead of 512 KB.

Can this be done using some other component in .net? The EventLog class does
not seem to offer any help in this regard.

Thanks for the info.
Raghu/..
 
I figured out that only I had to create some reg entries under following
key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\<AppLogName>
 
Back
Top