Server.EventLog.Inform C# (CSharp) Method

Inform() public static method

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