Deprecate logger and start moving to SLF4J
All checks were successful
continuous-integration/drone/push Build is passing

JDA already has SLF4J as a requirement, so we might as well use that instead of making our own.
This commit is contained in:
2023-01-15 01:48:56 +01:00
parent 95b4f81235
commit 6bbaf3fe7e
4 changed files with 41 additions and 37 deletions

View File

@@ -5,6 +5,7 @@ import java.time.format.DateTimeFormatter;
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;
@Deprecated
public class Logger
{