1. 970db52 Merge pull request #93 from cryptix/patch-1 by Örjan Persson · 8 years ago master
  2. e7ce12d readme: updated import path of wslog by Henry · 8 years ago
  3. d2e44aa Merge pull request #89 from nplanel/format-callpath-depth by Örjan Persson · 8 years ago
  4. 845ad39 [callpath] add depth (optional) parameter by Nicolas PLANEL · 8 years ago
  5. f9dfb79 More explicit wording for gopkg.in by Örjan Persson · 8 years ago
  6. e6cee13 Rename Record.Id to Record.ID by Örjan Persson · 8 years ago
  7. c81bd2b Make Info and Infof etc distinct different functions by Örjan Persson · 8 years ago
  8. b2cb9fa Revert "cannot use err (type error) as type string in argument to log.Error" by Örjan Persson · 8 years ago v1
  9. 0882c9a Merge pull request #72 from giftig/master by Örjan Persson · 8 years ago
  10. d79b2af Merge pull request #82 from aheuermann/public_record_args by Örjan Persson · 8 years ago
  11. 378c299 Merge pull request #79 from LK4D4/fix_readme_gopath by Örjan Persson · 8 years ago
  12. 4f2a053 Merge pull request #77 from phedoreanu/master by Örjan Persson · 8 years ago
  13. f62e8e0 Merge pull request #85 from nplanel/format-callpath by Örjan Persson · 8 years ago
  14. aafe375 [feature] Introduce new %{callpath} format keyword by Nicolas PLANEL · 8 years ago
  15. fa10849 Make Record.Args public so can be accessed by backends by Andrew Heuermann · 9 years ago
  16. 277f532 Change $GOROOT to $GOPATH in readme by Alexander Morozov · 9 years ago
  17. 0758a84 cannot use err (type error) as type string in argument to log.Error by Adrian Fedoreanu · 9 years ago
  18. 785f10a Support customisation of default colours in unix by Rob Moore · 9 years ago
  19. dfaf3df Add note about Windows support by Örjan Persson · 9 years ago
  20. 6579f7e Refactor code by Örjan Persson · 9 years ago
  21. 29a3cae Unify Windows API with rest by Örjan Persson · 9 years ago
  22. 05028f7 Fix todo by Örjan Persson · 9 years ago
  23. f2de3fa Do not expose windows colors by Örjan Persson · 9 years ago
  24. ddf3ed8 Fix lint errors by Örjan Persson · 9 years ago
  25. 43eb704 Fix go vet issues by Örjan Persson · 9 years ago
  26. a800d53 Fix formatting for Github by Örjan Persson · 9 years ago
  27. 5deecb9 Merge branch 'keybase-windows_2015.10.13' by Örjan Persson · 9 years ago
  28. 356aea3 Remove color usage in example by Örjan Persson · 9 years ago
  29. 8629274 Let gofmt decide formatting by Örjan Persson · 9 years ago
  30. bdddade Merge branch 'windows_2015.10.13' of https://github.com/keybase/go-logging into keybase-windows_2015.10.13 by Örjan Persson · 9 years ago
  31. 02899aa Merge branch 'babo-master' by Örjan Persson · 9 years ago
  32. 11c955a Update example by Örjan Persson · 9 years ago
  33. 1f43ef6 Merge branch 'master' of https://github.com/babo/go-logging into babo-master by Örjan Persson · 9 years ago
  34. 03393de Windows support by Steve Sanders · 9 years ago
  35. e8d5414 Merge pull request #57 from nvx/master by Örjan Persson · 9 years ago
  36. b45e089 Merge pull request #56 from pjvds/master by Örjan Persson · 9 years ago
  37. dcb0d49 move InitForTesting to memory.go by Pieter Joost van de Sande · 9 years ago
  38. b37037f don't include memory backend on appengine by Pieter Joost van de Sande · 9 years ago
  39. e5fb9bb Use reset timer instead of stop and start by Örjan Persson · 9 years ago
  40. 9fc28f7 Added benchmark for fixed strings by Örjan Persson · 9 years ago
  41. 7db5e72 Use ioutil.Discard for benchmark by Örjan Persson · 9 years ago
  42. 74214f3 Optimised path for ignored log levels by Örjan Persson · 9 years ago
  43. 565ddb1 Merge pull request #49 from zazab/chan-backend-fix-stop by Örjan Persson · 9 years ago
  44. aa55f5c Fixed Stop method by Evgeny Persienko · 9 years ago
  45. f80321c Merge pull request #48 from gogolok/correct_typos by Örjan Persson · 9 years ago
  46. 7789999 correct typos by Robert Gogolok · 9 years ago
  47. fb02305 Mention wslog in README by Örjan Persson · 10 years ago
  48. e61c479 Add syslog stub for windows to assist in cross platform builds. by Tiernan Messmer · 10 years ago
  49. c366761 Add badge for godoc by Örjan Persson · 10 years ago
  50. 4d186fb Add documentation to the Logger by Örjan Persson · 10 years ago
  51. f666657 Restore example to simpler version by Örjan Persson · 10 years ago
  52. 3d55c5b Add ExtraCalldepth to Logger by Rob Moore · 10 years ago
  53. 3aac294 Use stderr for realz by Örjan Persson · 10 years ago
  54. ece3c24 Updated examples to use new backend formatter by Örjan Persson · 10 years ago
  55. 2a2006a Added backend formatter by Örjan Persson · 10 years ago
  56. ba35e95 Fixed bug where default formatter was set incorrectly by Örjan Persson · 10 years ago
  57. 2589125 Merge pull request #27 from zazab/separate-backends by Örjan Persson · 10 years ago
  58. 4ea531c Add tests for new feature by Evgeny Persienko · 10 years ago
  59. 59866a1 Add ability to set backend to separate logger by Evgeny Persienko · 10 years ago
  60. 3df864a Updated docs for modern Go by Örjan Persson · 10 years ago
  61. 9042ff5 Brain fart by Örjan Persson · 10 years ago
  62. 04abd48 Fixed test for anonymous function by Örjan Persson · 10 years ago
  63. c519e49 Added function and package format verbs by Örjan Persson · 10 years ago
  64. bc47640 Fixed broken documentation by Örjan Persson · 10 years ago
  65. 06b2443 Updated example again by Örjan Persson · 10 years ago
  66. 11cedc2 Updated documentation and example by Örjan Persson · 10 years ago
  67. 20afc39 Merge pull request #21 from dkolbly/color_verb by Örjan Persson · 10 years ago
  68. 429a84b Added documentation for color verb by Donovan Kolbly · 10 years ago
  69. 78a4dc8 Made level color into a formatting verb, and added bold color support by Donovan Kolbly · 10 years ago
  70. c1b9112 Removed TODOs no longer valid by Örjan Persson · 10 years ago
  71. 02011a3 Added glog formatter by Örjan Persson · 10 years ago
  72. 31fbda4 Moved default time format to variable by Örjan Persson · 10 years ago
  73. a28dba6 Added pid and program formatter options by Örjan Persson · 10 years ago
  74. 39b5b75 Updated contributors file by Örjan Persson · 10 years ago
  75. 883aa04 Merge pull request #14 from nemothekid/fixDefaultTimeFormat by Örjan Persson · 10 years ago
  76. aaf17bf Fix the default time format by Nimi Wariboko Jr · 10 years ago
  77. 4b2793e Updated CONTRIBUTORS file by Örjan Persson · 10 years ago
  78. 4173c82 Merge pull request #13 from alecthomas/master by Örjan Persson · 10 years ago
  79. b4f624b Add some comments around calldepth. by Alec Thomas · 10 years ago
  80. 49a7e60 Correct calldepth for builtin logger. by Alec Thomas · 10 years ago
  81. 1e24aab Correctly propagate calldepth through call graph. by Alec Thomas · 10 years ago
  82. b46daca Add support for %{shortfile} and %{longfile}. by Alec Thomas · 10 years ago
  83. 6be3fd4 Add Errorf, Warningf, Noticef, Infof, Debugf functions. by Attila Babo · 10 years ago
  84. a501b20 Fixed formatting by Örjan Persson · 10 years ago
  85. c68e164 Merge pull request #10 from divan/master by Örjan Persson · 10 years ago
  86. 390cc7d Added NewSyslogBackendPriority method by Ivan Daniluk · 10 years ago
  87. 3ab5f9d Merge pull request #5 from optiflows/travis by Örjan Persson · 11 years ago
  88. fd32f17 Merge pull request #4 from optiflows/multi_readme by Örjan Persson · 11 years ago
  89. d16e0a2 Add travis support by Guilhem Lettron · 11 years ago
  90. fffc14c Put "multi" example in README.md by Guilhem Lettron · 11 years ago
  91. 5db46cf Added log message formatter by Örjan Persson · 11 years ago
  92. 701e399 Properly flush memory backend by Örjan Persson · 11 years ago
  93. 0c77a5d Exclude plan9 from syslog support too by Örjan Persson · 11 years ago
  94. 1f3fdee Added Róbert Selvek to contributors list by Örjan Persson · 11 years ago
  95. 0105d6a Merge pull request #1 from sellweek/master by Örjan Persson · 11 years ago
  96. 3b9faeb Removed syslog from Windows builds. by Róbert Selvek · 11 years ago
  97. 6615b3d Cosmetic changes by Örjan Persson · 11 years ago
  98. dc79b6c Renamed repository by Örjan Persson · 11 years ago
  99. 1275484 Initial commit by Örjan Persson · 11 years ago