C# Class Server.EventLog

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
Error ( int eventID, string text ) : void
Inform ( int eventID, string text ) : void
Warning ( int eventID, string text ) : void

Private Methods

Méthode Description
EventLog ( ) : System

Method Details

Error() public static méthode

public static Error ( int eventID, string text ) : void
eventID int
text string
Résultat void

Inform() public static méthode

public static Inform ( int eventID, string text ) : void
eventID int
text string
Résultat void

Warning() public static méthode

public static Warning ( int eventID, string text ) : void
eventID int
text string
Résultat void