1 year ago
#246809
Badaben
Strange log message in IntelliJ IDEA console
I'm using IntelliJ IDEA and the following log message appears in the output console:
#logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
This happens when I call OWLManager.createOWLOntologyManager()
. I also tried to run a program containing just this method call and the message is logged anyway.
I'm not importing anything related to logback in my pom.xml, so I can't figure out what this can be related to.
java
intellij-idea
logback
owl-api
0 Answers
Your Answer