com.github.tomcat.slf4j.logback.notice.TomcatSlf4jLogback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tomcat6-slf4j-logback Show documentation
Show all versions of tomcat6-slf4j-logback Show documentation
Tomcat6 Slf4j Logback Integration
package com.github.tomcat.slf4j.logback.notice;
/**
* Tomcat SLF4J Logback is a drop in replacement to tomcat allowing full all
* internal logging to use our favorite slf4j/logback libraries.
*
* @see https://github.com/grgrzybek/tomcat-slf4j-logback
*/
public interface TomcatSlf4jLogback {
// Empty class to force javadoc generation.
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy