aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/Statistics (follow)
Commit message (Collapse)AuthorAgeFilesLines
* For those people collecting and comparing logfiles from servers scatteredRobert Adams2013-03-191-1/+1
| | | | | around the world, change LogWriter to use DateTime.UtcNow rather than DateTime.Now.
* Add flush after write feature to LogWriterRobert Adams2013-02-201-1/+12
|
* * Handle null check on configs in module startup so that the the code can be ↵teravus2013-02-141-1/+1
| | | | run on 'stop on handled and unhandled null reference exceptions' mode without pausing during startup a bunch of times. I don't think exceptions were really meant for replacing a single if statement...
* Add Flush() method to LogWriter. Also correct line endings to Linux form.Robert Adams2012-10-021-161/+170
|
* BulletSim: add reference to OpenSim.Region.CoreModules in BSScene.cs ↵Robert Adams2012-07-201-1/+1
| | | | attempting to fix a mono compile error.
* Correct namespace of BinaryLoggingModule (a cut-and-paste error). Add a ↵Robert Adams2012-07-202-1/+162
| | | | simple, high performance logger for high frequency logging (physics sub-operations, for instance).
* Formatting cleanup.Jeff Ames2010-09-121-6/+6
|
* refactor: move binary statistics logging from scene into separate region moduleJustin Clark-Casey (justincc)2010-08-131-0/+169