com.github.dnault.xmlpatch.internal.logging.XmlPatchLogger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xml-patch Show documentation
Show all versions of xml-patch Show documentation
Java implementation of RFC 5261: An XML Patch Operations Framework Utilizing XPath Selectors
The newest version!
package com.github.dnault.xmlpatch.internal.logging;
public interface XmlPatchLogger {
void info(String s);
void warn(String s);
void error(String s);
void debug(String s);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy