miurahr / tmpotter

TMPotter - source and translation text aligner/TMX converter for Computer Aided Translation
GNU General Public License v3.0
6 stars 2 forks source link

SLF4J warnings #52

Closed miurahr closed 7 years ago

miurahr commented 7 years ago

When launching TMPotter, it show following warnings. It may be caused by multiple SLF4J bindings linked.

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/opt/tmpotter/lib/slf4j-jdk14-1.7.21.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/opt/tmpotter/lib/slf4j-simple-1.7.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.JDK14LoggerFactory]