LoggerFactory.getLogger(Class) instead@Deprecated public class XFormParserReporter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
TYPE_ERROR
Deprecated.
|
static String |
TYPE_ERROR_PRONE
Deprecated.
|
static String |
TYPE_INVALID_STRUCTURE
Deprecated.
|
static String |
TYPE_TECHNICAL
Deprecated.
|
static String |
TYPE_UNKNOWN_MARKUP
Deprecated.
|
| Constructor and Description |
|---|
XFormParserReporter()
Deprecated.
Use
LoggerFactory.getLogger(Class) instead |
XFormParserReporter(PrintStream errorStream)
Deprecated.
Use
LoggerFactory.getLogger(Class) instead |
| Modifier and Type | Method and Description |
|---|---|
void |
error(String message)
Deprecated.
Use
Logger.error(String, Throwable) instead |
void |
warning(String type,
String message,
String xmlLocation)
Deprecated.
Use
Logger.warn(String) instead |
@Deprecated public static final String TYPE_UNKNOWN_MARKUP
@Deprecated public static final String TYPE_INVALID_STRUCTURE
@Deprecated public static final String TYPE_ERROR_PRONE
@Deprecated public static final String TYPE_TECHNICAL
@Deprecated protected static final String TYPE_ERROR
@Deprecated public XFormParserReporter()
LoggerFactory.getLogger(Class) instead@Deprecated public XFormParserReporter(PrintStream errorStream)
LoggerFactory.getLogger(Class) instead@Deprecated public void warning(String type, String message, String xmlLocation)
Logger.warn(String) instead@Deprecated public void error(String message)
Logger.error(String, Throwable) insteadCopyright © 2021. All rights reserved.