Package ghidra.xml
Class XmlMessageLog
java.lang.Object
ghidra.app.util.importer.MessageLog
ghidra.xml.XmlMessageLog
A sub-class of MessageLog to handle appending messages from the XML parser.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Appends the message to the logvoid
setParser
(XmlPullParser parser) Sets the XML parser.Methods inherited from class ghidra.app.util.importer.MessageLog
appendException, appendMsg, appendMsg, clear, clearStatus, copyFrom, error, getStatus, hasMessages, setStatus, toString, write
-
Constructor Details
-
XmlMessageLog
public XmlMessageLog()Constructs a new XML message log.
-
-
Method Details
-
setParser
Sets the XML parser.- Parameters:
parser
- the XML parser
-
appendMsg
Description copied from class:MessageLog
Appends the message to the log- Overrides:
appendMsg
in classMessageLog
- Parameters:
msg
- the message- See Also:
-