add default tinylog writer (#1245)

This commit is contained in:
Huynh Tien 2022-07-25 13:54:07 +07:00 committed by GitHub
parent 3690ad1623
commit 58a7a59036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -1 +1,8 @@
net.minestom.server.terminal.MinestomConsoleWriter
net.minestom.server.terminal.MinestomConsoleWriter
org.tinylog.writers.ConsoleWriter
org.tinylog.writers.FileWriter
org.tinylog.writers.JdbcWriter
org.tinylog.writers.LogcatWriter
org.tinylog.writers.RollingFileWriter
org.tinylog.writers.SharedFileWriter
org.tinylog.writers.JsonWriter