|
... sEventLogName) elog.Source = GetAssemblyName() If AlreadyLogged(elog, ID, Msg) Then Exit Sub Dim EventType As System.Diagnostics.EventLogEntryType ...
|
|
Writes a warning message to the Windows event log using the provided string and entry type.
|
|
... source, System.String machineName ); public voi WriteEntry ( System.String message ); public voi WriteEntry ( System.String message, System.Diagnostics.EventLogEntryType ...
|
|
Worker busy since " + _workStartTime. ToLongTimeString ( ) , System . Diagnostics . EventLogEntryType . Warning ) ; } else { // set work start time _workStartTime = DateTime . ...
|
|
... ServiceBroker.Logger.WriteToLog(AppSettings["StartText"], System.Diagnostics.EventLogEntryType.Information); } public void ...
|
|
... System.String machineName ); public void WriteEntry ( System.String message ); public void WriteEntry ( System.String message , System.Diagnostics.EventLogEntryType type ); ...
|
|
Mono Class Library : System.Diagnostics Namespace System.Diagnostics.EventLogEntryType Enumeration ... Remarks Documentation for this section has not yet been entered. Members
|
|
Visit , the Visual Basic-Specific Search Engine. FREE benefits include Daily News, Developer Tips, Career Center, VB Forums & more.
|
|
... smsEncoding; evenLogger. WriteEntry ( "Incoming Message Received" , System . Diagnostics . EventLogEntryType . Information , 500 , 0 ) ; return result; } private ...
|