Server.EventLog.Warning C# (CSharp) Method

Warning() public static method

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