Clone this repo:
  1. 23def4e README: change code.google.com link to GitHub by Michael Stapelberg · 8 years ago main master
  2. fca8c88 Merge pull request #13 from michael-berlin/fix_log_before_flag_parse by Rob Pike · 9 years ago
  3. 65d6746 Fix problem that -log_dir will not be respected when anything is logged before flag.Parse(). by Michael Berlin · 9 years ago
  4. 44145f0 log: Add Exit, Exitf etc. by David Symonds · 10 years ago
  5. c56a6cb Pad thread ID in log header to 7 spaces, to match C++ format. by David Symonds · 10 years ago
  6. c741557 log: add *Depth function for log wrapping. by David Symonds · 10 years ago
  7. b83197c Fix log format to space pad PID instead of zero pad. by David Symonds · 10 years ago
  8. 5066b11 Fix non-atomic set of logging.filterLength. by David Symonds · 10 years ago
  9. 49850ea Redirect messages written to the standard "log" package to the INFO log, by David Symonds · 10 years ago
  10. d1c4472 Add a sentence to the documentation that flag.Parse must be called first. by Rob Pike · 10 years ago
  11. 20cea4d Create a relative symlink for log files. by David Symonds · 11 years ago
  12. c6f9652 document -log_dir, the one undocumented flag in this package. by Rob Pike · 11 years ago
  13. 228ba85 Fix typo, reformat top comment slightly. by Rob Pike · 11 years ago
  14. f74c4c6 Add documentation about flushing and flags. by Rob Pike · 11 years ago
  15. ab6a54c Sanitize username used for constructing log filenames. by David Symonds · 11 years ago
  16. c2ab0c9 Use path/filepath instead of path for manipulating OS paths. by David Symonds · 11 years ago
  17. 47832e5 Gofmt all source files. by David Symonds · 11 years ago
  18. 029e58e Use os.TempDir to pick default location for log files. by David Symonds · 11 years ago
  19. 496d3b7 Use filepath.IsAbs to see if temp directory is local. Fixes a problem on Windows, since the old code assumed a rooted path starts with /. by Rob Pike · 11 years ago
  20. 2b6b498 Fix the license text in the source files. It was incorrect. Should be all consistent now. by Rob Pike · 11 years ago