public boolean isDebugEnabled()

in src/main/java/com/spotify/fmt/Logger.java [36:38]


  public boolean isDebugEnabled() {
    return debug;
  }