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