in src/main/java/com/spotify/fmt/Logger.java [41:45]
public void debug(CharSequence content) { if (isDebugEnabled()) { super.debug(content); } }