Interface RuntimeLogger

All Known Implementing Classes:
ListenableLogger

public interface RuntimeLogger
  • Method Details

    • isTrace

      boolean isTrace()
    • trace

      void trace(String text, Object... args)
    • isDebug

      boolean isDebug()
    • debug

      void debug(String text, Object... args)
    • isInfo

      boolean isInfo()
    • info

      void info(String text, Object... args)
    • isWarn

      boolean isWarn()
    • warn

      void warn(String text, Object... args)
    • isError

      boolean isError()
    • error

      void error(String text, Object... args)