MCPcopy Create free account
hub / github.com/elvishew/xLog / xml

Method xml

xlog/src/main/java/com/elvishew/xlog/XLog.java:898–901  ·  view source on GitHub ↗

Log a XML string, with level LogLevel#DEBUG by default. @param xml the XML string to log

(String xml)

Source from the content-addressed store, hash-verified

896 * @param xml the XML string to log
897 */
898 public static void xml(String xml) {
899 assertInitialization();
900 sLogger.xml(xml);
901 }
902
903 /**
904 * Compatible class with {@link android.util.Log}.

Callers 1

Calls 1

assertInitializationMethod · 0.95

Tested by 1