com.github.grgrzybek.notice.TomcatSlf4jLogback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tomcat9-slf4j-logback Show documentation
Show all versions of tomcat9-slf4j-logback Show documentation
Tomcat9 Slf4j Logback Integration
The newest version!
package com.github.grgrzybek.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.
}