File tree 18 files changed +21
-24
lines changed
src/main/java/org/slf4j/impl
18 files changed +21
-24
lines changed Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >1.7.33-SNAPSHOT </version >
10
+ <version >1.7.33</version >
11
11
</parent >
12
12
13
13
<artifactId >integration</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.slf4j</groupId >
7
7
<artifactId >slf4j-parent</artifactId >
8
- <version >1.7.33-SNAPSHOT </version >
8
+ <version >1.7.33</version >
9
9
</parent >
10
10
11
11
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >1.7.33-SNAPSHOT </version >
10
+ <version >1.7.33</version >
11
11
</parent >
12
12
13
13
<artifactId >jul-to-slf4j</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >1.7.33-SNAPSHOT </version >
10
+ <version >1.7.33</version >
11
11
</parent >
12
12
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >1.7.33-SNAPSHOT </version >
10
+ <version >1.7.33</version >
11
11
</parent >
12
12
13
13
<artifactId >osgi-over-slf4j</artifactId >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.slf4j</groupId >
8
8
<artifactId >slf4j-parent</artifactId >
9
- <version >1.7.33-SNAPSHOT </version >
9
+ <version >1.7.33</version >
10
10
11
11
<packaging >pom</packaging >
12
12
<name >SLF4J</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >1.7.33-SNAPSHOT </version >
10
+ <version >1.7.33</version >
11
11
</parent >
12
12
13
13
<artifactId >slf4j-android</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >1.7.33-SNAPSHOT </version >
10
+ <version >1.7.33</version >
11
11
</parent >
12
12
13
13
<artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >1.7.33-SNAPSHOT </version >
10
+ <version >1.7.33</version >
11
11
</parent >
12
12
13
13
<artifactId >slf4j-ext</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >1.7.33-SNAPSHOT </version >
10
+ <version >1.7.33</version >
11
11
</parent >
12
12
13
13
<artifactId >slf4j-jcl</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >1.7.33-SNAPSHOT </version >
10
+ <version >1.7.33</version >
11
11
</parent >
12
12
13
13
<artifactId >slf4j-jdk14</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >1.7.33-SNAPSHOT </version >
10
+ <version >1.7.33</version >
11
11
</parent >
12
12
13
13
<artifactId >slf4j-log4j12</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >1.7.33-SNAPSHOT </version >
10
+ <version >1.7.33</version >
11
11
</parent >
12
12
13
13
<artifactId >slf4j-migrator</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >1.7.33-SNAPSHOT </version >
10
+ <version >1.7.33</version >
11
11
</parent >
12
12
13
13
<artifactId >slf4j-nop</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >1.7.32-SNAPSHOT </version >
10
+ <version >1.7.33 </version >
11
11
</parent >
12
12
13
13
<artifactId >slf4j-reload4j</artifactId >
Original file line number Diff line number Diff line change 40
40
import org .slf4j .spi .LocationAwareLogger ;
41
41
42
42
/**
43
- * A wrapper over {@link org.apache.log4j.Logger org.apache.log4j.Logger} in
43
+ * A wrapper over {@link org.apache.log4j.Logger org.apache.log4j.Logger}
44
44
* conforming to the {@link Logger} interface.
45
45
*
46
46
* <p>
47
47
* Note that the logging levels mentioned in this class refer to those defined
48
48
* in the <a
49
49
* href="http://logging.apache.org/log4j/docs/api/org/apache/log4j/Level.html">
50
50
* <code>org.apache.log4j.Level</code></a> class.
51
- *
52
- * <p>
53
- * The TRACE level was introduced in log4j version 1.2.12. In order to avoid
54
- * crashing the host application, in the case the log4j version in use predates
55
- * 1.2.12, the TRACE level will be mapped as DEBUG. See also <a
56
- * href="http://jira.qos.ch/browse/SLF4J-59">SLF4J-59</a>.
51
+ *
52
+ * <p>This class is a copy-and-paste of Log4j12LoggerAdapter from the
53
+ * slf4j-log4j12 module.</p>
57
54
*
58
55
* @author Ceki Gülcü
59
56
* @since 1.7.33
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >1.7.33-SNAPSHOT </version >
10
+ <version >1.7.33</version >
11
11
</parent >
12
12
13
13
<artifactId >slf4j-simple</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >1.7.33-SNAPSHOT </version >
10
+ <version >1.7.33</version >
11
11
</parent >
12
12
13
13
<artifactId >slf4j-site</artifactId >
You can’t perform that action at this time.
0 commit comments