aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/OpenSimAppender.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-19Change appender to deal with line feeds more intelligently.Melanie1-1/+4
2010-05-19Clean up output a bitMelanie1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-21Implement .ini file includes. Anything that begins with "Include-" will beMelanie Thielker1-1/+1
2009-05-20Move the color console logic from the appender into the local console, sinceMelanie Thielker1-73/+9
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker1-0/+16
2009-01-20Removed some of the darker colors from console messages as they were not visi...Dahlia Trimble1-6/+7
2009-01-19oops hash codes can be negative, account for thatSean Dague1-1/+2
2009-01-19added display of exceptionSean Dague1-1/+1
2009-01-19change the appender to have a few more colors, none of which are redSean Dague1-2/+16
2008-08-18Formatting cleanup.Jeff Ames1-2/+2
2008-08-16* Insert a new 'set log level [level] command on the console'Justin Clarke Casey1-1/+6
2008-05-16Formatting cleanup.Jeff Ames1-8/+8
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-1/+1
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-6/+1
2008-04-01sadly, had to modify line by Ter because it caused mono cil compilerSean Dague1-1/+2
2008-03-31* Set Svn Properties eol-style: |337Teravus Ovares1-1/+1
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-02-17Added copyright notices.Jeff Ames1-2/+28
2008-02-14attempt to make our logging at least fail gracefully, we'll see if this helpsSean Dague1-26/+33
2008-02-09* Change logger to handle [<entry>] where <entry> contains non alphabetic cha...Justin Clarke Casey1-3/+3
2008-02-06make a couple more changes to get us back very close to old color schemeSean Dague1-3/+16
2008-02-06ummm... removed 1 too many newlines, formating a bit better nowSean Dague1-1/+1
2008-02-06pass 1 on getting colors back to the consoleSean Dague1-0/+69