aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/LogWriter.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-08-31All physics plugins are now region modules. Compiles but doesn't run.Diva Canto1-1/+1
2014-07-21Allow reading the BulletSim detail log while the sim is runningOren Hurvitz1-2/+2
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
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ↵teravus1-170/+161
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64.
2012-10-02Add Flush() method to LogWriter. Also correct line endings to Linux form.Robert Adams1-161/+170
2012-07-20Correct namespace of BinaryLoggingModule (a cut-and-paste error). Add a ↵Robert Adams1-0/+161
simple, high performance logger for high frequency logging (physics sub-operations, for instance).