Log a XML string, with level LogLevel#DEBUG by default. @param xml the XML string to log
(String xml)
| 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}. |