Class BotLog

java.lang.Object
io.github.natanimn.telebof.log.BotLog

public class BotLog extends Object
Log Writer
Since:
3 March 2025
Author:
Natanim
  • Field Details

    • logger

      private static final Logger logger
  • Constructor Details

    • BotLog

      public BotLog()
  • Method Details

    • setLogLevel

      public static void setLogLevel(Level level)
    • info

      public static void info(String msg, Object... args)
    • warn

      public static void warn(String msg, Object... args)
    • error

      public static void error(String msg, Object... args)
    • debug

      public static void debug(String msg, Object... args)