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

Warning() public static méthode

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