C# 클래스 Server.Commands.CommandLogging

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AppendPath() 공개 정적인 메소드

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

EventSink_Command() 공개 정적인 메소드

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

Format() 공개 정적인 메소드

public static Format ( object o ) : object
o object
리턴 object

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

LogChangeProperty() 공개 정적인 메소드

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

Safe() 공개 정적인 메소드

public static Safe ( string ip ) : string
ip string
리턴 string

WriteLine() 공개 정적인 메소드

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