C# Class Server.EventLog

Mostrar archivo Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
Error ( int eventID, string text ) : void
Inform ( int eventID, string text ) : void
Warning ( int eventID, string text ) : void

Private Methods

Method Description
EventLog ( ) : System

Method Details

Error() public static method

public static Error ( int eventID, string text ) : void
eventID int
text string
return void

Inform() public static method

public static Inform ( int eventID, string text ) : void
eventID int
text string
return void

Warning() public static method

public static Warning ( int eventID, string text ) : void
eventID int
text string
return void