MCPcopy Create free account
hub / github.com/afkT/DevUtils / xml

Method xml

lib/DevApp/src/main/java/dev/utils/LogPrintUtils.java:250–252  ·  view source on GitHub ↗

使用默认 TAG 格式化并打印 XML @param xml XML 字符串

(final String xml)

Source from the content-addressed store, hash-verified

248 * @param xml XML 字符串
249 */
250 public static void xml(final String xml) {
251 xmlTag(DEFAULT_TAG, xml);
252 }
253
254 // ============================
255 // = 对外公开方法 ( 日志打印方法 ) =

Callers

nothing calls this directly

Calls 1

xmlTagMethod · 0.95

Tested by

no test coverage detected