1. b53e74a - adding .gitignore file by Ceki Gulcu · 15 years ago
  2. 0f74771 - added support for http protocol for cloning - typo fixes by Ceki Gulcu · 15 years ago
  3. a58ce01 reapplying patches on the rebuilt repository by Ceki Gulcu · 15 years ago
  4. 3ea0dfb - link to Jazoon 2009 presentation with audio by Ceki Gulcu · 15 years ago
  5. 0c426a4 - minor change in local variable name by Ceki Gulcu · 15 years ago
  6. 8a9e9bd - removed "IllegalAccessError" entry in codes.html which duplicates a similar entry in faq.html by Ceki Gulcu · 15 years ago
  7. 79111dd - fixed href attribute in the entry related to java.lang.IllegalAccessError by Ceki Gulcu · 15 years ago
  8. f08be10 - blurb about bug 139 by Ceki Gulcu · 15 years ago
  9. fc06663 Fixed bug 139. See also http://bugzilla.slf4j.org/show_bug.cgi?id=139 by Ceki Gulcu · 15 years ago
  10. 0ed2273 - added blurb about bug 141 by Ceki Gulcu · 15 years ago
  11. b1074b5 In response to bug 141, added getCopyOfChildTimeInstruments and getCopyOfGlobalStopWatch methods. This allows developers to create their own output formats for Profiler. by Ceki Gulcu · 15 years ago
  12. 66ee4d1 - add 1.5.9 to the compatibility list by Ceki Gulcu · 15 years ago
  13. b17d846 - update copyright year to 2009 by Ceki Gulcu · 15 years ago
  14. 7c2fb87 - indentation changes only by Ceki Gulcu · 15 years ago
  15. d68b139 - start work on 1.5.9 by Ceki Gulcu · 15 years ago
  16. c295c13 - removed border for "right" id by Ceki Gulcu · 15 years ago
  17. 2c347e4 - minor enhancements to the presentation by Ceki Gulcu · 15 years ago
  18. 1f53bd7 fix typo by Ceki Gulcu · 15 years ago
  19. 6501841 - fixed test scope issue in log4j-over-slf4j by Ceki Gulcu · 15 years ago
  20. 88b4eaa the slide on simplicity should be simple by Ceki Gulcu · 15 years ago
  21. 95ec41d - animating the last slide by Ceki Gulcu · 15 years ago
  22. de9771b - tinkering the last slide (conclusion) by Ceki Gulcu · 15 years ago
  23. 3449304 elaboration on the JDK 1.4 compatibility problem by Ceki Gulcu · 15 years ago
  24. ced361b next SLF4J version will be 2.0.0 by Ceki Gulcu · 15 years ago
  25. 3589f49 - in news.html: added blurb about JDK 1.4 compatibility problems in 1.5.5 and 1.5.6 by Ceki Gulcu · 15 years ago
  26. 4455c76 The Arrays.toString(Object[]) was added in JDK 1.5. by Ceki Gulcu · 15 years ago
  27. f142a73 changing version to 1.5.7 in the pom.xml files by Ceki Gulcu · 15 years ago
  28. e6e6cc4 - added error code for "Multiple Bindings" by Ceki Gulcu · 15 years ago
  29. f84dd46 typo fix by Ceki Gulcu · 15 years ago
  30. debfce7 Fixed bug 112. In case the toString() of an parameter throws an exception MessageFormatter will print an error message, instead of cascading the exception. by Ceki Gulcu · 15 years ago
  31. 1d4547f Fixed bug 112. In case the toString() of an parameter throws an exception MessageFormatter will print an error message, instead of cascading the exception. by Ceki Gulcu · 15 years ago
  32. a3bcb7f correcting typo caught by Ralph by Ceki Gulcu · 15 years ago
  33. cfd6bdb improved error messages by Ceki Gulcu · 15 years ago
  34. cefca8f Added a test for testing MultiBinding behaviour. See also bug http://bugzilla.slf4j.org/show_bug.cgi?id=132 by Ceki Gulcu · 15 years ago
  35. 7180361 initial (and yet untested) version of the fix for bug 132 contributed by Robert Elliot by Ceki Gulcu · 15 years ago
  36. 67a3928 remove cruft created by eclipse by Ceki Gulcu · 15 years ago
  37. 3d4e00c Share project "slf4j-api" into "https://svn.slf4j.org/repos/slf4j/trunk/slf4j-api" by Ceki Gulcu · 15 years ago
  38. b7c88b6 added missing javascript for google-code-prettifier. by Ceki Gulcu · 15 years ago
  39. 78411ff prettified the FAQ by Ceki Gulcu · 15 years ago
  40. b7e1fa1 Google-code-prettify works nicely. In particular, it does by Ceki Gulcu · 15 years ago
  41. 5f6a54a - minor rewording by Ceki Gulcu · 15 years ago
  42. 3d4b854 small improvements by Ceki Gulcu · 15 years ago
  43. 6a23f96 minor adjustments by Ceki Gulcu · 15 years ago
  44. df0012b minor adjustments by Ceki Gulcu · 15 years ago
  45. 40892a3 minor adjustments by Ceki Gulcu · 15 years ago
  46. 1cbfd8a jcl104-over-slf4j.jar no longer exists. by Ceki Gulcu · 15 years ago
  47. ba5b4af - reverted 1330 by Ceki Gulcu · 15 years ago
  48. a99abda revised logback reference to mention same author and working well together by Thorbjorn Ravn Andersen · 15 years ago
  49. 0852a89 reverted coloured code to plain, and added note on log levels in sample program by Thorbjorn Ravn Andersen · 15 years ago
  50. b2898d3 Fewer eclipse warnings by Ceki Gulcu · 15 years ago
  51. 64befa3 - indentation changes only by Ceki Gulcu · 15 years ago
  52. 9badb1e - fix bug in StopWatch found by "findbugs" by Ceki Gulcu · 15 years ago
  53. ab970c7 - added a sentence on using SLF4J in conjunction with logback by Ceki Gulcu · 15 years ago
  54. 182ff1d - removed the words "depressingly" and "highly". by Ceki Gulcu · 15 years ago
  55. 76f2c38 we don't have chapters by Ceki Gulcu · 15 years ago
  56. f788d74 - added a section on "logging consolidation via SLF4J" by Ceki Gulcu · 15 years ago
  57. 6b7022d experimental colorized version of HelloWorld.java by Thorbjorn Ravn Andersen · 15 years ago
  58. d56d1d4 added note on isDebugEnabled by Thorbjorn Ravn Andersen · 15 years ago
  59. 273cd1d revised the legacy mentioning by Thorbjorn Ravn Andersen · 15 years ago
  60. 099724b merged logback mentioning by Thorbjorn Ravn Andersen · 15 years ago
  61. 6d8918e - make tests pass - add blurb on fixed bugs in news.html by Ceki Gulcu · 15 years ago
  62. ef28cce - Implementations of Log interface in the jcl-over-slf4j module now support serialization. by Ceki Gulcu · 15 years ago
  63. 7f77df2 better method name by Ceki Gulcu · 15 years ago
  64. 060c648 Added dependencyManagement entry for slf4j-jdk14 by Ceki Gulcu · 15 years ago
  65. fea9175 - Added support for location information. This fixes bug 131. by Ceki Gulcu · 15 years ago
  66. 32f7b15 - fixed bug 108 by Ceki Gulcu · 15 years ago
  67. db63311 Share project "jul-to-slf4j" into "https://svn.slf4j.org/repos/slf4j/trunk/slf4j-ext" by Ceki Gulcu · 15 years ago
  68. 1d61c66 Share project "slf4j-ext" into "https://svn.slf4j.org/repos/slf4j/trunk/slf4j-ext" by Ceki Gulcu · 15 years ago
  69. d8e89b8 with NOT switch by Ceki Gulcu · 15 years ago
  70. 89b8d09 - minor editing by Ceki Gulcu · 15 years ago
  71. 40ba9d6 - changes of my own to manual.html (kept most of Ralph's changes) by Ceki Gulcu · 15 years ago
  72. 7ec2563 cleaned JCL bashing by Thorbjorn Ravn Andersen · 15 years ago
  73. 3eba968 revised "fail-fast operation" text to conform with title by Thorbjorn Ravn Andersen · 15 years ago
  74. 404c5f8 revised presentation of supported frameworks, sprinkled links, clarified MDC by Thorbjorn Ravn Andersen · 15 years ago
  75. 37c83b5 made logger in usage example static by Thorbjorn Ravn Andersen · 15 years ago
  76. f3d512d added Hello World section by Thorbjorn Ravn Andersen · 15 years ago
  77. a2699d3 Typo fixes in method names. by Ceki Gulcu · 15 years ago
  78. ee333d8 added link to log4jdbc by Ceki Gulcu · 15 years ago
  79. 6b74c1c minor changes by Ceki Gulcu · 15 years ago
  80. 2163e7e added link to SLF4Fx by Ceki Gulcu · 15 years ago
  81. e23847f adding links to SLF4J-based extensions by Ceki Gulcu · 15 years ago
  82. bedebe8 fixing grammatical error by Ceki Gulcu · 15 years ago
  83. 845e953 Fix typo by Ceki Gulcu · 15 years ago
  84. 178cab9 cosmetic change in the javadocs by Ceki Gulcu · 15 years ago
  85. 097bcfe cosmetic changes by Ceki Gulcu · 15 years ago
  86. 22b02b1 minor tweaking by Ceki Gulcu · 15 years ago
  87. 08f4ea5 - editing of the introduction page as well as the user manual.html reducing redundancy and improving clarity. by Ceki Gulcu · 15 years ago
  88. cd7fc17 Change EventLogger log level to info by Ralph Goers · 15 years ago
  89. daf99c1 Change EventLogger log level to info by Ralph Goers · 15 years ago
  90. 53d881f Fix bug 130 - ArrayIndexOutOfBoundsException in entry() if 5 arguments specified by Ralph Goers · 15 years ago
  91. 05c44aa slight rewording by Ceki Gulcu · 15 years ago
  92. c153d9e - minor rewording by Ceki Gulcu · 15 years ago
  93. 7dcccc6 - added a new faq entry covering IllegalAccessException. by Ceki Gulcu · 15 years ago
  94. 92f1b0e Fix for bug 128 - Allow logging level to be specified on catching and throwing by Ralph Goers · 15 years ago
  95. 42b42f7 Fix style and add documentation by Ralph Goers · 15 years ago
  96. f044a8d Add EventLogger by Ralph Goers · 15 years ago
  97. b52f72e slightly better text by Ceki Gulcu · 15 years ago
  98. 70eaacd Added blurb about Javascript requirement within a <nosrcipt> element by Ceki Gulcu · 15 years ago
  99. bd57de7 With the exception revision 1277 triggering two emails, it all looks good by Ceki Gulcu · 15 years ago
  100. cda10d0 testing sync process with wrong URL by Ceki Gulcu · 15 years ago