Back to Server.Commands

CommandLogging

(static) bool Enabled( get; set; )
(static) StreamWriter Output( get; )
(static) void AppendPath( ref string path, string toAppend )
(static) void EventSink_Command( CommandEventArgs e )
(static) object Format( object o )
(static) void Initialize()
(static) void LogChangeProperty( Mobile from, object o, string name, string value )
(static) string Safe( string ip )
(static) void WriteLine( Mobile from, string text )
(static) void WriteLine( Mobile from, string format, object[] args )
(ctor) CommandLogging()