1. 2050a4d Given the huge size of the SLF4J user base, we need a more lenient version by Ceki Gulcu · 16 years ago
  2. c7268f5 added missing file by Ceki Gulcu · 16 years ago
  3. 0331912 - last minute typo fixes by Ceki Gulcu · 16 years ago
  4. ba10ccd - preparing release 1.5.4 by Ceki Gulcu · 16 years ago
  5. 7d4b1e9 - mostly indentation changes by Ceki Gulcu · 16 years ago
  6. f68b5c5 Minor javadoc improvements by Ceki Gulcu · 16 years ago
  7. 3884dc8 testing email notifications by Ralph Goers · 16 years ago
  8. ca4c722 testing email notifications by Ralph Goers · 16 years ago
  9. 22ce149 testing email notifications by Ralph Goers · 16 years ago
  10. 00c133a minor rewording by Ceki Gulcu · 16 years ago
  11. a5640d2 doc updates by Ceki Gulcu · 16 years ago
  12. 5c507e8 Further refinements in relation to bug 106. by Ceki Gulcu · 16 years ago
  13. 55d9863 bug 107 by Ceki Gulcu · 16 years ago
  14. 88a76d2 Fixing bug 106 by Ceki Gulcu · 16 years ago
  15. 134eabc Fixing bug 106 by Ceki Gulcu · 16 years ago
  16. d894fc2 Error in the names of markers. Problem reported by Ralph Goers. by Ceki Gulcu · 16 years ago
  17. a6055e7 Add information about XLogger by Ralph Goers · 16 years ago
  18. c5ce7be now takes synchronized parameter in consideration and is more robust of lack of information by Thorbjorn Ravn Andersen · 16 years ago
  19. 0ac3ddd now handles arrays of arrays to see if the array base is a primitive (which Arrays.asList does not like) by Thorbjorn Ravn Andersen · 16 years ago
  20. d5ae926 added apple and sun to those packages to be ignored by Thorbjorn Ravn Andersen · 16 years ago
  21. 4d91a20 fixed incorrectly placed quote in result snippet by Thorbjorn Ravn Andersen · 16 years ago
  22. 9562660 added log level option, default=info by Thorbjorn Ravn Andersen · 16 years ago
  23. 6a99ba5 added log level option, default=info by Thorbjorn Ravn Andersen · 16 years ago
  24. 6947fb8 added notice about not being released yet by Thorbjorn Ravn Andersen · 16 years ago
  25. b789098 - blurb about resource bundle support in jul-to-slf4j by Ceki Gulcu · 16 years ago
  26. 664a696 - added parameter support as requested in bug 103 by Jarek Gawor by Ceki Gulcu · 16 years ago
  27. 11e4657 Fixing bug 98 as reported by Darryl Smith by Ceki Gulcu · 16 years ago
  28. f4e21dc - added a new version checking test - updates to the docs by Ceki Gulcu · 16 years ago
  29. 61f63d3 - minor clean up by Ceki Gulcu · 16 years ago
  30. ecfb1b5 - testing VERSION checks by Ceki Gulcu · 16 years ago
  31. 5b224e6 keep slfj-simple tests silent as well... by Ceki Gulcu · 16 years ago
  32. 4692023 - keep tests quiet - fixed bug in version check code by Ceki Gulcu · 16 years ago
  33. 0ab8c3e - keep tests quiet - fixed bug in version check code by Ceki Gulcu · 16 years ago
  34. 747c200 keep tests silent... by Ceki Gulcu · 16 years ago
  35. edb8b08 keep JDK logging quite during tests... by Ceki Gulcu · 16 years ago
  36. 0b99020 cannot test the resulting jar yet. by Thorbjorn Ravn Andersen · 16 years ago
  37. 7acc6e1 - Adding version check support in each slf4j-binding by Ceki Gulcu · 16 years ago
  38. c9a8e91 - Adding version check support in each slf4j-binding by Ceki Gulcu · 16 years ago
  39. 7a60e54 - a perl script to edit the version number of StaticLoggerBinder.java files by Ceki Gulcu · 16 years ago
  40. a1fccbd - test cases pass. The tests are in a different package because by Ceki Gulcu · 16 years ago
  41. 25add49 - adding test cases as requested by Raph Goers in bug 104 by Ceki Gulcu · 16 years ago
  42. 005a633 - adding VERSION related compatibility checks (code to follow) by Ceki Gulcu · 16 years ago
  43. 115325d - clirr compatibility report should be with respect to 1.5.3 by Ceki Gulcu · 16 years ago
  44. 560a007 - another javadoc correction by Ceki Gulcu · 16 years ago
  45. 272ceb2 - minor javadoc fix - noting that jcl-over-slf4j is compatible with JCL 1.1.1 by Ceki Gulcu · 16 years ago
  46. 4690ae9 - minor javadoc fix by Ceki Gulcu · 16 years ago
  47. 1adb4e0 now usable as a javaagent, tested with log4j by Thorbjorn Ravn Andersen · 16 years ago
  48. de04993 beginning to generalize premain() and log transformer (which now has a builder) by Thorbjorn Ravn Andersen · 16 years ago
  49. cdfaeef beginning to generalize premain() and log transformer (which now has a builder) by Thorbjorn Ravn Andersen · 16 years ago
  50. cf31c61 Fixing bug 104 by Ceki Gulcu · 16 years ago
  51. 7e3cdde fix a typo reported by Jean-Luc Geering in http://www.slf4j.org/pipermail/user/2008-October/000596.html by Ceki Gulcu · 16 years ago
  52. d5f8eb7 changed to use message formatting by Thorbjorn Ravn Andersen · 16 years ago
  53. 10ba4ad minor improvements to the slides by Ceki Gulcu · 16 years ago
  54. bf758f2 improving presentation for OpenExpo 08 by Ceki Gulcu · 16 years ago
  55. 81d8628 Xlogger implements the org.slf4j.Logger interface. This avoids users from having to by Ceki Gulcu · 16 years ago
  56. eeab53a moved instrumentation methods from AgentMain to AddEntryExitLogginTransformer by Thorbjorn Ravn Andersen · 16 years ago
  57. 2671aab removed test artifact by Thorbjorn Ravn Andersen · 16 years ago
  58. 6e678dc testing notification system by Thorbjorn Ravn Andersen · 16 years ago
  59. 16764e7 initial version of javaagent which adds logger entry/exit calls to classes as they are loaded. by Thorbjorn Ravn Andersen · 16 years ago
  60. 6940244 Markers contains "references" to other markers. We no longer mention child markers. by Ceki Gulcu · 16 years ago
  61. abd9c0b - slf4j-ext now has the same version number as the rest of SLF4J modules. by Ceki Gulcu · 16 years ago
  62. 4123c4a Fix for bug 101. by Ceki Gulcu · 16 years ago
  63. 62fa2fb Fixing javadocs. Reported by Gili Tzabari. by Ceki Gulcu · 16 years ago
  64. 7c1e768 - Nexus replaces Promixity by Ceki Gulcu · 16 years ago
  65. d722ae9 - ongoing work by Ceki Gulcu · 16 years ago
  66. 60298ca - minor improvements to the slides by Ceki Gulcu · 16 years ago
  67. 0ed822f - starting work on the next version namely 1.5.4 by Ceki Gulcu · 16 years ago
  68. 7cd1ccd - 1.5.3 supports serialization by Ceki Gulcu · 16 years ago
  69. 98f0b0f - additions relative to compatibility report by Ceki Gulcu · 16 years ago
  70. a075b12 - preparing release 1.5.3 by Ceki Gulcu · 16 years ago
  71. 415cc08 - minor indentations changes by Ceki Gulcu · 16 years ago
  72. 38b5a6a - slf4j-in-10-slides OpenExpo 08 presentation (on going work) by Ceki Gulcu · 16 years ago
  73. db525a7 - slf4j-in-10-slides OpenExpo 08 presentation by Ceki Gulcu · 16 years ago
  74. 6a46ded Diagrams for the OpenExpo 08 presentation (ongoing work) by Ceki Gulcu · 16 years ago
  75. d3af035 Diagrams for the OpenExpo 08 presentation (ongoing work) by Ceki Gulcu · 16 years ago
  76. 3eaf084 Diagrams for the OpenExpo 08 presentation by Ceki Gulcu · 16 years ago
  77. d7b9b7f by Ceki Gulcu · 16 years ago
  78. 9b9aa28 Removed the "SLF4J-related buzz" menu on the right because less is more. by Ceki Gulcu · 16 years ago
  79. 0e70e23 - minor changes by Ceki Gulcu · 16 years ago
  80. c8476fb increasing SLACK_FACTOR by Ceki Gulcu · 16 years ago
  81. 0c19935 Moving XLogger to org.slf4j.ext package by Ceki Gulcu · 16 years ago
  82. 70a08a8 - use BogoPerf utility. by Ceki Gulcu · 16 years ago
  83. e0b6adc - use BogoPerf utility. by Ceki Gulcu · 16 years ago
  84. 2951e7f - method signatures match those in log4j 1.2 instead of log4j 1.3 as previously. by Ceki Gulcu · 16 years ago
  85. fce926e - added a BogoPerf based test by Ceki Gulcu · 16 years ago
  86. c2133d8 Parameter substitution code has been simplified. SLF4J now only by Ceki Gulcu · 16 years ago
  87. fa59bb3 look Ma no IRC! by Ceki Gulcu · 16 years ago
  88. e7755d8 Apache FTPserver graduated by Ceki Gulcu · 16 years ago
  89. ccbe038 - cyclical arrays are supported by Ceki Gulcu · 16 years ago
  90. 6130869 - support for cyclical arrays by Ceki Gulcu · 16 years ago
  91. 621a840 - null is not a valid argument for Marker.add method by Ceki Gulcu · 16 years ago
  92. a64161a As Joern Huxhorn observed in bug 76, markers are usually unique by by Ceki Gulcu · 16 years ago
  93. 3d3c970 - moved the NOPLoger class from slf4j-nop module to slf4j-api. An NOPLogger came in handy in slf4j-ext by Ceki Gulcu · 16 years ago
  94. 053a98b - decoupling slf4j version numbers from slf4j-ext version by Ceki Gulcu · 16 years ago
  95. 98f51c8 started work on bug 86, http://bugzilla.slf4j.org/show_bug.cgi?id=86 by Ceki Gulcu · 16 years ago
  96. 3057ec1 - minor changes by Ceki Gulcu · 16 years ago
  97. 00ec8fc - redone support for array parameters using JDK 1.4 functionality by Ceki Gulcu · 16 years ago
  98. 2ba15cd - add support for array values in parameters by Ceki Gulcu · 16 years ago
  99. 0953b69 by Ceki Gulcu · 16 years ago
  100. 1c635e4 - if(logger.isTraceEnabled()) check in trace(...) methods throw by Ceki Gulcu · 16 years ago