aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/Statistics (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-03-19For those people collecting and comparing logfiles from servers scatteredRobert Adams1-1/+1
around the world, change LogWriter to use DateTime.UtcNow rather than DateTime.Now.
2013-02-20Add flush after write feature to LogWriterRobert Adams1-1/+12
2013-02-14* Handle null check on configs in module startup so that the the code can be ↵teravus1-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...
2012-10-02Add Flush() method to LogWriter. Also correct line endings to Linux form.Robert Adams1-161/+170
2012-07-20BulletSim: add reference to OpenSim.Region.CoreModules in BSScene.cs ↵Robert Adams1-1/+1
attempting to fix a mono compile error.
2012-07-20Correct namespace of BinaryLoggingModule (a cut-and-paste error). Add a ↵Robert Adams2-1/+162
simple, high performance logger for high frequency logging (physics sub-operations, for instance).
2010-09-12Formatting cleanup.Jeff Ames1-6/+6
2010-08-13refactor: move binary statistics logging from scene into separate region moduleJustin Clark-Casey (justincc)1-0/+169