svn commit: r1583064 - /logging/log4j/log4j2/trunk/log4j-slf4j-impl/src/main/java/org/slf4j/helpers/MarkerWrapper.java

2014-03-29 Thread mattsicker
Author: mattsicker Date: Sat Mar 29 21:47:34 2014 New Revision: 1583064 URL: http://svn.apache.org/r1583064 Log: Make MarkerWrapper constructor public. - Needed in order to move other classes to org.apache.logging.slf4j Modified:

svn commit: r1583065 - in /logging/log4j/log4j2/trunk/log4j-slf4j-impl/src: main/java/org/apache/logging/slf4j/ main/java/org/slf4j/helpers/ main/java/org/slf4j/impl/ test/java/org/apache/logging/slf4

2014-03-29 Thread mattsicker
Author: mattsicker Date: Sat Mar 29 21:51:38 2014 New Revision: 1583065 URL: http://svn.apache.org/r1583065 Log: Move SLF4J impl classes where possible. - The remaining four need to stay where they are in the org.slf4j.* namespaces due to SLF4J SPI requirements. - SLF4JLogger also renamed