C# Class Server.Commands.CommandLogging

Datei anzeigen Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method 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 method

public static AppendPath ( string &path, string toAppend ) : void
path string
toAppend string
return void

EventSink_Command() public static method

public static EventSink_Command ( Server.Commands.CommandEventArgs e ) : void
e Server.Commands.CommandEventArgs
return void

Format() public static method

public static Format ( object o ) : object
o object
return object

Initialize() public static method

public static Initialize ( ) : void
return void

LogChangeProperty() public static method

public static LogChangeProperty ( Mobile from, object o, string name, string value ) : void
from Mobile
o object
name string
value string
return void

Safe() public static method

public static Safe ( string ip ) : string
ip string
return string

WriteLine() public static method

public static WriteLine ( Mobile from, string format ) : void
from Mobile
format string
return void