aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/Statistics/Logging/BinaryLoggingModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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...
* 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-201-1/+1
| | | | 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