C# Class Server.Commands.CommandLogging

Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
AppendPath ( string &path, string toAppend ) : void
EventSink_Command ( Server.Commands.CommandEventArgs e ) : void
Format ( object o ) : object
Initialize ( ) : void
LogChangeProperty ( Mobile from, object o, string name, string value ) : void
Safe ( string ip ) : string
WriteLine ( Mobile from, string format ) : void

Method Details

AppendPath() public static méthode

public static AppendPath ( string &path, string toAppend ) : void
path string
toAppend string
Résultat void

EventSink_Command() public static méthode

public static EventSink_Command ( Server.Commands.CommandEventArgs e ) : void
e Server.Commands.CommandEventArgs
Résultat void

Format() public static méthode

public static Format ( object o ) : object
o object
Résultat object

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

LogChangeProperty() public static méthode

public static LogChangeProperty ( Mobile from, object o, string name, string value ) : void
from Mobile
o object
name string
value string
Résultat void

Safe() public static méthode

public static Safe ( string ip ) : string
ip string
Résultat string

WriteLine() public static méthode

public static WriteLine ( Mobile from, string format ) : void
from Mobile
format string
Résultat void