Print debug logs
static d(String message, {String tag = _DEFAULT_TAG_PREFIX}) { _log(DEBUG, tag, message); }