ool.languagetool-core.4.1.source-code.logback.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of languagetool-core Show documentation
Show all versions of languagetool-core Show documentation
LanguageTool is an Open Source proofreading software for English, French, German, Polish, Romanian, and more than 20 other languages. It finds many errors that a simple spell checker cannot detect like mixing up there/their and it detects some grammar problems.
<?xml version="1.0" encoding="UTF-8"?> <configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%-5level %logger{36} %msg%n</pattern> </encoder> <!-- Uncomment if you want detailed information about the message <encoder> <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} %msg%n</pattern> </encoder> --> </appender> <!-- <logger name="org.languagetool" level="DEBUG"/> --> <root level="warn"> <appender-ref ref="STDOUT" /> </root> </configuration>