How to log data to the Windows Event Log in C#

if (!EventLog.SourceExists(sSource)) {
      EventLog.CreateEventSource(sSource, sLog);
}

Ulasan

Catatan popular daripada blog ini

SISTEM PENGOPERASIAN KOMPUTER (OS)

APA ITU ASCII (AMERICAN STANDARD CODE FOR INFORMATION INTERCHANGE) ?

APA ITU STRUCTURED QUERY LANGUAGE (SQL)