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

Inform() 공개 정적인 메소드

public static Inform ( int eventID, string text ) : void
eventID int
text string
리턴 void
		public static void Inform( int eventID, string text )
		{
			DiagELog.WriteEntry( "RunUO", text, EventLogEntryType.Information, eventID );
		}