Class VelocityPluginLogger

java.lang.Object
de.themoep.resourcepacksplugin.velocity.VelocityPluginLogger
All Implemented Interfaces:
PluginLogger, de.themoep.utils.lang.LangLogger

public class VelocityPluginLogger extends Object implements de.themoep.utils.lang.LangLogger, PluginLogger
  • Constructor Details

    • VelocityPluginLogger

      public VelocityPluginLogger(org.slf4j.Logger logger)
  • Method Details

    • log

      public void log(Level level, String message)
      Specified by:
      log in interface de.themoep.utils.lang.LangLogger
      Specified by:
      log in interface PluginLogger
    • log

      public void log(Level level, String message, Throwable throwable)
      Specified by:
      log in interface de.themoep.utils.lang.LangLogger
      Specified by:
      log in interface PluginLogger