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

Inform() public static méthode

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