1. d2e048c Add tests for StrLookups and provide StrLookups access to the LogEvent. Add RoutingAppender by Ralph Goers · 13 years ago
  2. 9ea7d89 Move LoggingException to API. Add EventLogger. Don't write thread dump to console during unit test by Ralph Goers · 13 years ago
  3. 541c47c Change the groupId so I can do a snapshot release without confusion by Ralph Goers · 13 years ago
  4. 47e0d41 Change PluginAttrs to PluginElements. Comment println in unit test by Ralph Goers · 13 years ago
  5. 2d6c272 Convert from Deque to a Stack. Deque is only available in Java 6 by Ralph Goers · 13 years ago
  6. 22a5404 ThreadContext Map and Stack can be removed. Correct places where MDC was returning an Object by Ralph Goers · 13 years ago
  7. fc12f31 Add suppressException parameter to all Appenders by Ralph Goers · 13 years ago
  8. eac42d4 Add warnings on possible misconfiguration. Change BurstFilter to use rate instead of interval by Ralph Goers · 13 years ago
  9. c6171ba Add OnStartupTriggeringPolicy by Ralph Goers · 13 years ago
  10. 549d5dc Add javadoc. Remove unused variable by Ralph Goers · 13 years ago
  11. f79c4b9 Add BurstFilter by Ralph Goers · 13 years ago
  12. da8af97 Add RootThrowablePatternConverter by Ralph Goers · 13 years ago
  13. dd6af8a MDC needs to hold String values only by Ralph Goers · 13 years ago
  14. 4b679ae Add extended thread dump information by Ralph Goers · 13 years ago
  15. 346932e Fixes for LOG4J2-50 and LOG4J2-51 by Ralph Goers · 13 years ago
  16. 3966a76 Enhance test in preparation for showing locks. by Ralph Goers · 13 years ago
  17. a404393 Fix javadoc and checkstyle errors by Ralph Goers · 13 years ago
  18. a069c75 Add equals, hashcode and javadoc by Ralph Goers · 13 years ago
  19. 1ea366f Add ThreadDumpMessage by Ralph Goers · 13 years ago
  20. 71b0184 Enhance comments on getThrowable by Ralph Goers · 13 years ago
  21. 191d6b5 Test that class name in log message is correct by Ralph Goers · 13 years ago
  22. 1deb9c9 Add test for double substitution from XLogger by Ralph Goers · 13 years ago
  23. f2b8aae Fix for Log4j2-49 by Ralph Goers · 13 years ago
  24. dcd734d Get Throwable from ParameterizedMessage and add to argument list on log method. by Ralph Goers · 13 years ago
  25. fd7e540 Created impl subpackage and moved some classses to it. Implemented ExtendedThrowablePatternConverter and ThrowableProxy. Added Javadoc by Ralph Goers · 13 years ago
  26. 25ecc77 Fix more checkstyle and findbugs errors by Ralph Goers · 13 years ago
  27. 1712977 Fix more checkstyle issues by Ralph Goers · 13 years ago
  28. e0b219a Continued start on documentation by Ralph Goers · 13 years ago
  29. aaf81c4 Fix checkstyle errors in api by Ralph Goers · 13 years ago
  30. b7b9242 Started adding documentation. Start fixing checkstyle errors by Ralph Goers · 13 years ago
  31. adddf12 Update performance tests by Ralph Goers · 13 years ago
  32. 01e4ba8 Have the appender keep the delay and retry count by Ralph Goers · 13 years ago
  33. 74d149b Add support for Flume. by Ralph Goers · 13 years ago
  34. a2d8c1d Allow some MDC fields to be required by Ralph Goers · 13 years ago
  35. 594a156 Add FileMonitor. Remove max window size from RolloverStrategy by Ralph Goers · 13 years ago
  36. b3ab89c WeakHashMaps don't need to be wrapped in a synchronized map since they are called from a single method while synchronized. Pass correct FQCN when locating context via SecurityManager. by Ralph Goers · 13 years ago
  37. af62f26 Add context selectors, start of support for external config files and auto reconfiguration. by Ralph Goers · 13 years ago
  38. c497027 Reduce the noise from tests by Ralph Goers · 13 years ago
  39. f1d359c Convert wildcard import to specific imports by Ralph Goers · 13 years ago
  40. e9a6ec8 Add JMS appenders by Ralph Goers · 13 years ago
  41. bc466b4 Add SocketServer. Fix serialization of LogEvents. by Ralph Goers · 13 years ago
  42. d61e2ff Allow other Manager types besides OutputStreamManagers by Ralph Goers · 13 years ago
  43. b64f49f Remove locale from formatted output to allow the test to work globally by Ralph Goers · 13 years ago
  44. 4f23a95 Add syslog and socket appenders by Ralph Goers · 13 years ago
  45. 6b350d1 Remove unused interface by Ralph Goers · 13 years ago
  46. 4d35255 Remove @doubt by Ralph Goers · 13 years ago
  47. 27b1fee Add RFC 5424 Syslog and BSD Syslog layouts by Ralph Goers · 13 years ago
  48. 430a090 Add SerializedLayout. Modify XMLLayout and HTMLLayout to be thread safe. by Ralph Goers · 13 years ago
  49. 50dd417 Add XML Layout. Change HTMLLayoutTest to try to get it to pass by Ralph Goers · 13 years ago
  50. d17e9fc Add HTMLLayout by Ralph Goers · 13 years ago
  51. b90b918 Allow normal XML syntax with validation in addition to the compact syntax by Ralph Goers · 13 years ago
  52. d89d2d2 Add support for Commons Logging. Cause SLF4J and JCL adapters to share base Logger Context by Ralph Goers · 13 years ago
  53. 018aece Use a Semaphore instead of a Queue by Ralph Goers · 13 years ago
  54. 0b562e5 Wait forever for compress thread by Ralph Goers · 13 years ago
  55. 7082a26 Add unit test for TimeFilter by Ralph Goers · 13 years ago
  56. 0981856 remove unneeded imports. Add TimeFilter by Ralph Goers · 13 years ago
  57. 67ef928 More rolling appender tests working by Ralph Goers · 13 years ago
  58. 2904451 got basic rolling to work by Ralph Goers · 13 years ago
  59. 23ced93 Work in progress on RollingfileAppender - based on log4j extras - no unit tests yet by Ralph Goers · 13 years ago
  60. 0c4d624 Only log warning if value was not defaulted. Allow immediate flush even on buffered streams by Ralph Goers · 13 years ago
  61. a1886e0 More work in progress. Moved converters out of layouts since they might be reused. Created FileManagers so multiple appenders can share the same file. Added locking and buffering to FileAppender. Added performance test to compare Log4j 1.2, Logback and Log4j 2.0 file appenders. by Ralph Goers · 13 years ago
  62. fff2b1d Add support for SLF4J API by Ralph Goers · 13 years ago
  63. 704c988 Try a different baseline algorithm by Ralph Goers · 13 years ago
  64. f49bf78 Get rid of message hints by Ralph Goers · 13 years ago
  65. 6714101 Add unit test by Ralph Goers · 14 years ago
  66. dae1386 Add some new filters and make the debug messages for configuration more concise by Ralph Goers · 14 years ago
  67. a533159 Slightly slower but doesn't have the multi-threading issues the prior version would have by Ralph Goers · 14 years ago
  68. f3e5a91 Allow status to be set to any log level by Ralph Goers · 14 years ago
  69. c43f6e1 Move filters into its own object by Ralph Goers · 14 years ago
  70. d6be111 Change parent pom artifact id to make Gump happy. This time, have all the projects reference that artifact id. by Ralph Goers · 14 years ago
  71. 9193ad0 Fix parent pom so build works. Increase time on test so it passes on a slower Linux desktop by Ralph Goers · 14 years ago
  72. 7cf254c Comment on or address more of the @doubt comments raised by Ralph Goers · 14 years ago
  73. 2338fcb Add support for variable substitution by Ralph Goers · 14 years ago
  74. e65a6f8 Prevent recursive appender calls by Ralph Goers · 14 years ago
  75. 47c2851 Enhance configuration so components aren't aware of Nodes. The only configuration classes components now need to be aware of are the annotations. Address a few of the @doubt issues by Ralph Goers · 14 years ago
  76. 8499cad Delete unfinished class by Ralph Goers · 14 years ago
  77. 1189370 Replace Filter.getLowerLimit/Upper with getThreshold by Curtis William Arnold · 14 years ago
  78. 222faa1 Update test class with getExternalContext. by Ralph Goers · 14 years ago
  79. 8271aef Add support for external contexts. by Ralph Goers · 14 years ago
  80. 445f968 Add @doubt comments by Ralph Goers · 14 years ago
  81. 82b28fc Fix bug getting proper StackTraceElement. Make PrivateLoggerConfig immutable and make members private. Change comments on updateConfiguration to make sense. by Ralph Goers · 14 years ago
  82. 427aaa6 Code review comments by Curtis William Arnold · 14 years ago
  83. d9845a5 Comment on @doubt entries by Ralph Goers · 14 years ago
  84. 345a176 Add javadoc description to resolve @doubt comment by Ralph Goers · 14 years ago
  85. 669e168 Comment on @doubt entries by Ralph Goers · 14 years ago
  86. 57873ae Comment on @doubt entries by Ralph Goers · 14 years ago
  87. 7ebe985 Comment on @doubt entries by Ralph Goers · 14 years ago
  88. a97cdd5 Comment on @doubt entries by Ralph Goers · 14 years ago
  89. 75b5d96 Comment on @doubt entries by Ralph Goers · 14 years ago
  90. 7e2ccfe Add comment and an entry method with no params. by Ralph Goers · 14 years ago
  91. b2a680f Convert @doubt to Jira. by Ralph Goers · 14 years ago
  92. 1e9c4ce Raise doc review javadoc tags to parent pom by Curtis William Arnold · 14 years ago
  93. ea7bf53 Set svn:ignore on target dirs, add 2008/pom.xml by Curtis William Arnold · 14 years ago
  94. 2f40efb Restructing, moving old code to 2008 dir, log4j2-doc to site, tweak rgoers/pom.xml by Curtis William Arnold · 14 years ago
  95. eaa578d Additional code review comments by Curtis William Arnold · 14 years ago
  96. f18cc70 Code review comments using @issue, @doubt and @compare by Curtis William Arnold · 14 years ago
  97. 3a33506 Remove some javadoc warnings by Curtis William Arnold · 14 years ago
  98. 997ad55 LOG4J2-36: Add some Javadoc comments about refactoring Appender interface by Curtis William Arnold · 14 years ago
  99. 6abbefc 1. Added support for log4j1.x API by Ralph Goers · 14 years ago
  100. 3e6bb87 First version by Ralph Goers · 14 years ago