elegram.bots.bot-echo.1.0.0.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 bot-echo Show documentation
Show all versions of bot-echo Show documentation
A telegram Bot for get messages as a "mailbox" and send to an email
<?xml version="1.0" encoding="UTF-8"?> <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <layout class="ch.qos.logback.classic.PatternLayout"> <Pattern> %d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n </Pattern> </layout> </appender> <root level="DEBUG"> <appender-ref ref="CONSOLE" /> </root> </configuration>