Updated logger to do all work in a dedicated goroutine, so we don't need to worry...
[arvados.git] / sdk / go / logger /
2015-02-13 mishazUpdated logger to do all work in a dedicated goroutine...
2015-02-13 mishazNow fetch Keep Server Status and record it to the log...
2015-02-13 mishazA bunch of changes, most in response to Peter's review.
2015-02-13 mishazAdded comment, ran gofmt.
2015-02-13 mishazAdded Logger.MutateLog() on Tom's suggestion. Tried...
2015-02-13 mishazFinished adding logging to keep.GetServerContents but...
2015-02-13 mishazgofmt'd all my source code. No other changes.
2015-02-13 mishazMerge branch 'master' of git.curoverse.com:arvados...
2015-02-13 mishazAdded ForceRecord() method to enable writing remaining...
2015-02-13 mishazSwitched Logger edit hooks to write hooks so they'll...
2015-02-13 mishazAdded memory alloc in use to stats exported to log...
2015-02-13 mishazAdded support for MinimumWriteInterval.
2015-02-13 mishazFixed bugs in logger, changed interface some, added...
2015-02-13 mishazAdded logger to write log messages that grow over time...