OpenSimMirror/OpenSim/Framework/Console
Justin Clark-Casey (justincc) 19c2f08a8b Add much easier ConsoleDisplayTable AddColumn() and AddRow() methods.
Use these for new "show regions" command rather than old cumbersome stuff.
2012-06-27 21:50:52 +01:00
..
AssemblyInfo.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
CommandConsole.cs Add text about using double quotes to surround console command arguments containing spaces to "help" text. 2012-04-30 19:29:01 +01:00
ConsoleBase.cs Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around. 2011-10-25 20:24:21 +01:00
ConsoleDisplayList.cs Add ConsoleDisplayList for more consistent formatting of console output in list form. 2012-05-24 01:23:57 +01:00
ConsoleDisplayTable.cs Add much easier ConsoleDisplayTable AddColumn() and AddRow() methods. 2012-06-27 21:50:52 +01:00
ConsolePluginCommand.cs Console output no longer requires loglevel to be set to info; you can run the simulator with log level WARN or ERROR and see the output of console commands 2010-01-20 00:16:08 +00:00
LocalConsole.cs Updated some variables to be closer to the coding standards (and easier to understand). 2011-09-16 20:24:47 +01:00
MockConsole.cs Use a fully stubbed out MockConsole for unit tests rather than inheriting from CommandConsole. 2012-04-30 19:17:06 +01:00
OpenSimAppender.cs Change appender to deal with line feeds more intelligently. 2010-05-19 04:17:56 +01:00
RemoteConsole.cs Stop also adding an ordinary http handler when we set up a poll http handler. 2011-12-07 12:28:42 +00:00