All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.dnault.xmlpatch.internal.logging.XmlPatchLogger Maven / Gradle / Ivy

Go to download

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