Codebase list libslf4j-java / 685253a
New upstream version 1.7.27 Emmanuel Bourg 3 years ago
23 changed file(s) with 28 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
66 <parent>
77 <groupId>org.slf4j</groupId>
88 <artifactId>slf4j-parent</artifactId>
9 <version>1.7.26</version>
9 <version>1.7.27</version>
1010 </parent>
1111
1212 <artifactId>integration</artifactId>
44 <parent>
55 <groupId>org.slf4j</groupId>
66 <artifactId>slf4j-parent</artifactId>
7 <version>1.7.26</version>
7 <version>1.7.27</version>
88 </parent>
99
1010 <modelVersion>4.0.0</modelVersion>
33 Bundle-Name: jcl-over-slf4j
44 Bundle-Vendor: SLF4J.ORG
55 Bundle-RequiredExecutionEnvironment: J2SE-1.5
6 Automatic-Module-Name: org.apache.commons.logging
67 Export-Package: org.apache.commons.logging;version=1.2,
78 org.apache.commons.logging.impl;version=1.2
89 Import-Package: org.slf4j;version=${parsedVersion.osgiVersion}, org.slf4j.spi;version=${parsedVersion.osgiVersion}
66 <parent>
77 <groupId>org.slf4j</groupId>
88 <artifactId>slf4j-parent</artifactId>
9 <version>1.7.26</version>
9 <version>1.7.27</version>
1010 </parent>
1111
1212 <artifactId>jul-to-slf4j</artifactId>
66 <parent>
77 <groupId>org.slf4j</groupId>
88 <artifactId>slf4j-parent</artifactId>
9 <version>1.7.26</version>
9 <version>1.7.27</version>
1010 </parent>
1111
1212
33 Bundle-Name: log4j-over-slf4j
44 Bundle-Vendor: SLF4J.ORG
55 Bundle-RequiredExecutionEnvironment: J2SE-1.5
6 Automatic-Module-Name: log4j
67 Export-Package: org.apache.log4j;version=${log4j.version},
78 org.apache.log4j.helpers;version=${log4j.version},
89 org.apache.log4j.spi;version=${log4j.version},
66 <parent>
77 <groupId>org.slf4j</groupId>
88 <artifactId>slf4j-parent</artifactId>
9 <version>1.7.26</version>
9 <version>1.7.27</version>
1010 </parent>
1111
1212 <artifactId>osgi-over-slf4j</artifactId>
55
66 <groupId>org.slf4j</groupId>
77 <artifactId>slf4j-parent</artifactId>
8 <version>1.7.26</version>
8 <version>1.7.27</version>
99
1010 <packaging>pom</packaging>
1111 <name>SLF4J</name>
4646 <junit.version>4.12</junit.version>
4747 <maven-site-plugin.version>3.3</maven-site-plugin.version>
4848 <maven-source-plugin.version>3.0.1</maven-source-plugin.version>
49 <javadoc.plugin.version>2.10.4</javadoc.plugin.version>
49 <javadoc.plugin.version>3.1.0</javadoc.plugin.version>
50 <doclint>none</doclint>
5051 </properties>
5152
5253 <developers>
325326 <groupId>org.apache.maven.plugins</groupId>
326327 <artifactId>maven-javadoc-plugin</artifactId>
327328 <version>${javadoc.plugin.version}</version>
329 <configuration>
330 <doclint>none</doclint>
331 </configuration>
328332 <executions>
329333 <execution>
330334 <id>attach-javadocs</id>
66 <parent>
77 <groupId>org.slf4j</groupId>
88 <artifactId>slf4j-parent</artifactId>
9 <version>1.7.26</version>
9 <version>1.7.27</version>
1010 </parent>
1111
1212 <artifactId>slf4j-android</artifactId>
66 <parent>
77 <groupId>org.slf4j</groupId>
88 <artifactId>slf4j-parent</artifactId>
9 <version>1.7.26</version>
9 <version>1.7.27</version>
1010 </parent>
1111
1212 <artifactId>slf4j-api</artifactId>
9595 }
9696
9797 public void debug(String msg) {
98 recordEvent(Level.TRACE, msg, null, null);
98 recordEvent(Level.DEBUG, msg, null, null);
9999 }
100100
101101 public void debug(String format, Object arg) {
33 Bundle-Name: slf4j-api
44 Bundle-Vendor: SLF4J.ORG
55 Bundle-RequiredExecutionEnvironment: J2SE-1.5
6 Automatic-Module-Name: org.slf4j
67 Export-Package: org.slf4j;version=${parsedVersion.osgiVersion},
78 org.slf4j.spi;version=${parsedVersion.osgiVersion},
89 org.slf4j.helpers;version=${parsedVersion.osgiVersion},
66 <parent>
77 <groupId>org.slf4j</groupId>
88 <artifactId>slf4j-parent</artifactId>
9 <version>1.7.26</version>
9 <version>1.7.27</version>
1010 </parent>
1111
1212 <artifactId>slf4j-ext</artifactId>
66 <parent>
77 <groupId>org.slf4j</groupId>
88 <artifactId>slf4j-parent</artifactId>
9 <version>1.7.26</version>
9 <version>1.7.27</version>
1010 </parent>
1111
1212 <artifactId>slf4j-jcl</artifactId>
66 <parent>
77 <groupId>org.slf4j</groupId>
88 <artifactId>slf4j-parent</artifactId>
9 <version>1.7.26</version>
9 <version>1.7.27</version>
1010 </parent>
1111
1212 <artifactId>slf4j-jdk14</artifactId>
33 Bundle-Name: slf4j-jdk14
44 Bundle-Vendor: SLF4J.ORG
55 Bundle-RequiredExecutionEnvironment: J2SE-1.5
6 Automatic-Module-Name: org.slf4j.jul
67 Export-Package: org.slf4j.impl;version=${parsedVersion.osgiVersion}
78 Import-Package: org.slf4j;version=${parsedVersion.osgiVersion},
89 org.slf4j.spi;version=${parsedVersion.osgiVersion},
66 <parent>
77 <groupId>org.slf4j</groupId>
88 <artifactId>slf4j-parent</artifactId>
9 <version>1.7.26</version>
9 <version>1.7.27</version>
1010 </parent>
1111
1212 <artifactId>slf4j-log4j12</artifactId>
66 <parent>
77 <groupId>org.slf4j</groupId>
88 <artifactId>slf4j-parent</artifactId>
9 <version>1.7.26</version>
9 <version>1.7.27</version>
1010 </parent>
1111
1212 <artifactId>slf4j-migrator</artifactId>
66 <parent>
77 <groupId>org.slf4j</groupId>
88 <artifactId>slf4j-parent</artifactId>
9 <version>1.7.26</version>
9 <version>1.7.27</version>
1010 </parent>
1111
1212 <artifactId>slf4j-nop</artifactId>
33 Bundle-Name: slf4j-nop
44 Bundle-Vendor: SLF4J.ORG
55 Bundle-RequiredExecutionEnvironment: J2SE-1.5
6 Automatic-Module-Name: org.slf4j.nop
67 Export-Package: org.slf4j.impl;version=${parsedVersion.osgiVersion}
78 Import-Package: org.slf4j;version=${parsedVersion.osgiVersion},
89 org.slf4j.spi;version=${parsedVersion.osgiVersion},
66 <parent>
77 <groupId>org.slf4j</groupId>
88 <artifactId>slf4j-parent</artifactId>
9 <version>1.7.26</version>
9 <version>1.7.27</version>
1010 </parent>
1111
1212 <artifactId>slf4j-simple</artifactId>
44 Bundle-Vendor: SLF4J.ORG
55 Require-Bundle: slf4j.api
66 Bundle-RequiredExecutionEnvironment: J2SE-1.5
7 Automatic-Module-Name: org.slf4j.simple
78 Export-Package: org.slf4j.impl;version=${parsedVersion.osgiVersion}
89 Import-Package: org.slf4j;version=${parsedVersion.osgiVersion},
910 org.slf4j.spi;version=${parsedVersion.osgiVersion},
66 <parent>
77 <groupId>org.slf4j</groupId>
88 <artifactId>slf4j-parent</artifactId>
9 <version>1.7.26</version>
9 <version>1.7.27</version>
1010 </parent>
1111
1212 <artifactId>slf4j-site</artifactId>