Server.EventLog.EventLog C# (CSharp) Méthode

EventLog() static private méthode

static private EventLog ( ) : System
Résultat System
		static EventLog()
		{
			if ( !DiagELog.SourceExists( "RunUO" ) )
			{
				DiagELog.CreateEventSource( "RunUO", "Application" );
			}
		}