1. 3121243 Reformat all code with the exception of the slf4j-android module to use 4 space indentation and max line width of 160. by Ceki Gulcu · 9 years ago
  2. 0ab0f6d Change Bundle-RequiredExecutionEnvironment declaration in MANIFEST.MF files by Ceki Gulcu · 9 years ago
  3. 33db0c5 less warnings by Eclipse by Ceki Gulcu · 9 years ago
  4. f081680 add docs for the logger name mismath feature by Ceki Gulcu · 9 years ago
  5. 1ad0191 fix merge conflict with PR #93 by Ceki Gulcu · 9 years ago
  6. 7552796 Rename the auto-named logger field trial as a logger name mismatch detector. by Alexander Dorokhine · 9 years ago
  7. 26b0111 added Alexandre's name as author by Ceki Gulcu · 9 years ago
  8. c0f5835 allow for computed caller class to be a super-type of class passed as parameter to LoggerFactory.getLogger(Class) by Ceki Gulcu · 9 years ago
  9. 97f96c5 A field trial for the automatically named logger. by Alexander Dorokhine · 10 years ago
  10. 5f2cf53 Use StringBuilder instead of StringBuffer when no concurrent access by Stephane Landelle · 10 years ago
  11. dd7ec6b Add git attributes by Jeremy Landis · 10 years ago
  12. 9912a2e Merge pull request #69 from ThoMo/patch-1 by Matt Bishop · 10 years ago
  13. b0afabb Merge pull request #64 from garcia-jj/ot-generics4privilegedaction by Matt Bishop · 10 years ago
  14. bdbd1b4 SimpleLogger: Fixed showDateTime default documentation by Tobias Bieniek · 10 years ago
  15. dae64a2 correct property name for default log level by ThoMo · 10 years ago
  16. ff61dda PrivilegedAction can executed with generics by Otávio Garcia · 10 years ago
  17. 4dc6af1 use a ConcurrentHashMap in various loger factories - fix bug #298 by Ceki Gulcu · 11 years ago
  18. 192f470 remove unused INSTANCE field by Ceki Gulcu · 11 years ago
  19. bced901 start 1.7.4-SNAPSHOT by Ceki Gulcu · 11 years ago
  20. 6dd3a60 add reset method to SimpleLoggerFactory by Ceki Gulcu · 11 years ago
  21. e74da9a added warnLevelString property by Ceki Gulcu · 12 years ago
  22. 3b040e3 improved javadocs by Ceki Gulcu · 12 years ago
  23. 88333f5 minor changes by Ceki Gulcu · 12 years ago
  24. 86e0c29 preparing release 1.7.1 by Ceki Gulcu · 12 years ago
  25. 85083ca doc updates, rename defaultLog property as defaultLogLevel by Ceki Gulcu · 12 years ago
  26. e8b0826 delay initialization until first logger is invoked by Ceki Gulcu · 12 years ago
  27. 3757908 added levelInBrackets option by Ceki Gulcu · 12 years ago
  28. 996ccc7 added log file support by Ceki Gulcu · 12 years ago
  29. 8efba7f have all tests pass by Ceki Gulcu · 12 years ago
  30. e96e329 refactoring to improve readability by Ceki Gulcu · 12 years ago
  31. 255def2 avoid version mismatch warning (when run with slf4j-api-1.6.jar) by setting REQUESTED_VERSION to 1.6.99 instead of 1.7 by Ceki Gulcu · 12 years ago
  32. 86eaa9c adding vargs support to Logger interface by Ceki Gulcu · 12 years ago
  33. aa26ba1 Light-weight configuration like commons-logging's SimpleLog by Cédrik LIME · 12 years ago
  34. 7ba0605 update license headers to current year by Ceki Gulcu · 13 years ago
  35. 9f10490 Revert "make log4j-over-slf4j run in jboss 4.2" by Ceki Gulcu · 14 years ago
  36. 3749a85 make log4j-over-slf4j run in jboss 4.2 by Ceki Gulcu · 14 years ago
  37. 3c0ab34 Fixing bug 70 by Ceki Gulcu · 14 years ago
  38. d1d27b8 As of SLF4J version 1.6.0, in the absence of an SLF4J binding, by Ceki Gulcu · 14 years ago
  39. 581b20f - fixed bug 154 by Ceki Gulcu · 14 years ago
  40. dae55b8 - preparing release 1.5.11 by Ceki Gulcu · 14 years ago
  41. 88c4c45 setting autocrlf = true on windows - no logical changes by Ceki Gulcu · 15 years ago
  42. e5bbca3 Applied Hugues Malphettes's patch #65 as given in [1] by Ceki Gulcu · 15 years ago
  43. 83b7bf3 upped version to 1.5.10-SNAPSHOT by Ceki Gulcu · 15 years ago
  44. e967f51 - Added missing "Export-Package" declaration for cal10n in the OSGi by Ceki Gulcu · 15 years ago
  45. 68af3bb - started work on version 1.5.10 by Ceki Gulcu · 15 years ago
  46. 30b9ee0 - Preparing release 1.5.9-RC0 by Ceki Gulcu · 15 years ago
  47. d68b139 - start work on 1.5.9 by Ceki Gulcu · 15 years ago
  48. 6501841 - fixed test scope issue in log4j-over-slf4j by Ceki Gulcu · 15 years ago
  49. ced361b next SLF4J version will be 2.0.0 by Ceki Gulcu · 15 years ago
  50. beedc98 bumping version to 1.5.7-SNAPSHOT by Ceki Gulcu · 15 years ago
  51. 60acabc by Ceki Gulcu · 16 years ago
  52. f002e3b 1.5.6-SNAPSHOT comes after 1.5.5 by Ceki Gulcu · 16 years ago
  53. 2050a4d Given the huge size of the SLF4J user base, we need a more lenient version by Ceki Gulcu · 16 years ago
  54. ba10ccd - preparing release 1.5.4 by Ceki Gulcu · 16 years ago
  55. 61f63d3 - minor clean up by Ceki Gulcu · 16 years ago
  56. 5b224e6 keep slfj-simple tests silent as well... by Ceki Gulcu · 16 years ago
  57. c9a8e91 - Adding version check support in each slf4j-binding by Ceki Gulcu · 16 years ago
  58. 560a007 - another javadoc correction by Ceki Gulcu · 16 years ago
  59. c113889 - fix bug 71 by adding a readResolve method in all Logger implementations. The by Ceki Gulcu · 16 years ago
  60. 0f72160 - test case in relation with http://bugzilla.slf4j.org/show_bug.cgi?id=78 by Ceki Gulcu · 16 years ago
  61. a16850d by Ceki Gulcu · 16 years ago
  62. 927ac00 - fixing bug #41 (http://bugzilla.slf4j.org/show_bug.cgi?id=41) by Ceki Gulcu · 16 years ago
  63. 3377c37 - removed incorrect statement in javadocs by Ceki Gulcu · 16 years ago
  64. a1149da - removed slf4j-archetype by Ceki Gulcu · 17 years ago
  65. e6fa953 improved testing by Ceki Gulcu · 17 years ago
  66. 64f2f15 continued work on MDC support by Ceki Gulcu · 17 years ago
  67. 0b7f783 - org.slf4j.MarkerFactory is part of slf4j-api - ignoring pom.xml.original by Ceki Gulcu · 17 years ago
  68. 1ea0779 by Ceki Gulcu · 17 years ago
  69. f694a34 Updated OSGi metadata to support version 1.3.1 by John E. Conlon · 17 years ago
  70. b174ba1 by Ceki Gulcu · 17 years ago
  71. 0905de8 This works too and is even simpler by Ceki Gulcu · 17 years ago
  72. 3449946 by Ceki Gulcu · 17 years ago
  73. 84f0f6b by Ceki Gulcu · 17 years ago
  74. d224d8c Moving to older MANIFEST.MF style by Ceki Gulcu · 17 years ago
  75. 7414904 Added the LoggerFactory class to the api module. by Sebastien Pennec · 17 years ago
  76. 86a1251 Moved BasicMarker.java, BasicMarkerTest.java, BasicMarkerFactory.java, MarkerIgnoringBase.java, MessageFormatter.java and Util.java to the org.slf4j.helpers package. by Sebastien Pennec · 17 years ago
  77. 3696d72 Replaced maven-jar-plugin with the org.apache.felix.maven-bundle-plugin for the by John E. Conlon · 17 years ago
  78. 367f527 by Ceki Gulcu · 17 years ago
  79. 4b120da Changed Bundle-Version to conform to correct syntax. by John E. Conlon · 17 years ago
  80. 8e22222 adding OSGI metadata by Ceki Gulcu · 17 years ago
  81. 55a650f by Ceki Gulcu · 18 years ago
  82. 751a65b updated documentation by Ceki Gulcu · 18 years ago
  83. e7a6050 minor changes by Ceki Gulcu · 18 years ago
  84. 1b4da2c aligning with Maven folder conventionsmavenizing SLF4J by Ceki Gulcu · 18 years ago