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

Method xml

lib/DevJava/src/main/java/dev/utils/JCLogUtils.java:229–231  ·  view source on GitHub ↗

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

(final String xml)

Source from the content-addressed store, hash-verified

227 * @param xml XML 字符串
228 */
229 public static void xml(final String xml) {
230 xmlTag(DEFAULT_TAG, xml);
231 }
232
233 // ============================
234 // = 对外公开方法 ( 日志打印方法 ) =

Callers

nothing calls this directly

Calls 1

xmlTagMethod · 0.95

Tested by

no test coverage detected