Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change appender to deal with line feeds more intelligently. | Melanie | 2010-05-19 | 1 | -1/+4 |
| | | | | | | | Change migration error reporting to not truncate the statement when reporting. It's a bit messier than the old error reporting, but at least one gets an idea of what could be wrong again. And things look a lot neater now. | ||||
* | Clean up output a bit | Melanie | 2010-05-19 | 1 | -1/+1 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | Implement .ini file includes. Anything that begins with "Include-" will be | Melanie Thielker | 2009-05-21 | 1 | -1/+1 |
| | | | | | | | | | | treated as another ini source to load. For example: Include-Asset = AssetSetup.ini will load AssetSetup.ini after all other ini files are done. This works recursively, too | ||||
* | Move the color console logic from the appender into the local console, since | Melanie Thielker | 2009-05-20 | 1 | -73/+9 |
| | | | | | | | that is the only one that can use it. Change appender output to always go through the console output functions. | ||||
* | Replace the console for all OpenSim apps with a new console featuring command | Melanie Thielker | 2009-02-07 | 1 | -0/+16 |
| | | | | | | | | | line editing, context sensitive help (press ? at any time), command line history, a new plugin command system and new appender features thet let you type while the console is scrolling. Seamlessly integrates the ICommander interfaces. | ||||
* | Removed some of the darker colors from console messages as they were not ↵ | Dahlia Trimble | 2009-01-20 | 1 | -6/+7 |
| | | | | visible in some terminal emulators (like putty) | ||||
* | oops hash codes can be negative, account for that | Sean Dague | 2009-01-19 | 1 | -1/+2 |
| | | | | | From: Sean Dague <sdague@gmail.com> | ||||
* | added display of exception | Sean Dague | 2009-01-19 | 1 | -1/+1 |
| | | | | | From: Sean Dague <sdague@gmail.com> | ||||
* | change the appender to have a few more colors, none of which are red | Sean Dague | 2009-01-19 | 1 | -2/+16 |
| | | | | | From: Sean Dague <sdague@gmail.com> | ||||
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -2/+2 |
| | |||||
* | * Insert a new 'set log level [level] command on the console' | Justin Clarke Casey | 2008-08-16 | 1 | -1/+6 |
| | | | | | | | | | * The primary immediate use is to provide a means of temporarily reducing log output on the console when executing console commands * Changing the log level on the console is not permanent and does not affect the log information being put into OpenSim.log * This could have been done by putting in a threshold level on the Console appeneder in OpenSim.exe.config and implementing config watching in the code. * But I think that it's a little more user friendly to make this doable via the console. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -8/+8 |
| | |||||
* | * Breaking all the code, breaking all the code..! | Adam Frisby | 2008-05-01 | 1 | -1/+1 |
| | | | | | * Made a bunch more members static, removed some dead code, general cleaning. | ||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -6/+1 |
| | | | | (this took a while to run). | ||||
* | sadly, had to modify line by Ter because it caused mono cil compiler | Sean Dague | 2008-04-01 | 1 | -1/+2 |
| | | | | | | to spin off into a seemingly infinite loop. | ||||
* | * Set Svn Properties eol-style: |337 | Teravus Ovares | 2008-03-31 | 1 | -1/+1 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+25 |
| | |||||
* | Added copyright notices. | Jeff Ames | 2008-02-17 | 1 | -2/+28 |
| | |||||
* | attempt to make our logging at least fail gracefully, we'll see if this helps | Sean Dague | 2008-02-14 | 1 | -26/+33 |
| | |||||
* | * Change logger to handle [<entry>] where <entry> contains non alphabetic ↵ | Justin Clarke Casey | 2008-02-09 | 1 | -3/+3 |
| | | | | | | | | | characters * Change logger to not print extra line if [<entry>] <text> like string is not logged * Remove more of my previous chatty debugging statements | ||||
* | make a couple more changes to get us back very close to old color scheme | Sean Dague | 2008-02-06 | 1 | -3/+16 |
| | |||||
* | ummm... removed 1 too many newlines, formating a bit better now | Sean Dague | 2008-02-06 | 1 | -1/+1 |
| | |||||
* | pass 1 on getting colors back to the console | Sean Dague | 2008-02-06 | 1 | -0/+69 |