com.renderx.xep.lib.Logger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmlcalabash-extension-stubs Show documentation
Show all versions of xmlcalabash-extension-stubs Show documentation
This artifact defines API stubs for compiling extension classes.
The newest version!
package com.renderx.xep.lib;
import com.renderx.util.ErrorHandler;
public interface Logger extends ErrorHandler {
public static final Logger NULL_LOGGER = null;
void openDocument();
void closeDocument();
void event(String string, String string1);
void openState(String string);
void closeState(String string);
void info(String string);
void warning(String string);
void error(String string);
void exception(String string, Exception excptn);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy