tipsy
05/26/2017, 6:02 PMice32
05/26/2017, 6:18 PMtipsy
05/26/2017, 6:22 PMice32
05/26/2017, 6:37 PMtipsy
05/26/2017, 6:39 PM<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.13</version>
</dependency>
ice32
05/26/2017, 6:40 PMtipsy
05/26/2017, 6:41 PMSLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See <http://www.slf4j.org/codes.html#StaticLoggerBinder> for further details.
----------------------------------------------------------------------------------
Helpful tip: In the Java world, it's common to add your own logger.
To easily fix the warning above, get the latest version of slf4j-simple:
<https://mvnrepository.com/artifact/org.slf4j/slf4j-simple>
then add it to your dependencies (pom.xml or build.gradle)
cedric
05/26/2017, 7:40 PMjavalin
as your package rootice32
05/26/2017, 7:48 PMtipsy
05/26/2017, 7:59 PMOh and you should also avoid usingany particular reason?as your package rootjavalin
cedric
05/26/2017, 8:02 PMjava
and Oracle is pretty ruthless about that and
2. It should be a top level domain that you owntipsy
05/26/2017, 8:03 PMcedric
05/26/2017, 8:04 PMtipsy
05/26/2017, 8:08 PMcedric
05/26/2017, 8:09 PMj_kapp
05/27/2017, 8:18 AM