aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/OpenSimAppender.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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
* 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.
2008-05-16Formatting cleanup.Jeff Ames1-8/+8
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-1/+1
* Made a bunch more members static, removed some dead code, general cleaning.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-6/+1
(this took a while to run).
2008-04-01sadly, had to modify line by Ter because it caused mono cil compilerSean Dague1-1/+2
to spin off into a seemingly infinite loop.
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 ↵Justin Clarke Casey1-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
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