Server.EventLog.EventLog C# (CSharp) 메소드

EventLog() 정적인 개인적인 메소드

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