slf4j-simple.
See http://www.slf4j.org/ Javadocs for the SimpleLogger are available at http://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html.
Here is the list of declaration for slf4j-simple. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.0</version> </dependency>
If you think this Maven repository POM file listing for slf4j-simple is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:SLF4J License
URL: http://www.slf4j.org/license.html.
The following packages are defined in the slf4j-simple-1.0.jar
org.slf4j org.slf4j.impl org.slf4j.spi
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <name>slf4j-simple</name> <version>1.0</version> <description>See http://www.slf4j.org/ Javadocs for the SimpleLogger are available at http://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html</description> <url>http://www.slf4j.org/</url> <licenses> <license> <name>SLF4J License</name> <url>http://www.slf4j.org/license.html</url> </license> </licenses> </project>