Package ghidra.pcode.utils
Class MessageFormattingUtils
java.lang.Object
ghidra.pcode.utils.MessageFormattingUtils
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic Stringformat(Location location, CharSequence message) Format a log message. 
- 
Constructor Details
- 
MessageFormattingUtils
public MessageFormattingUtils() 
 - 
 - 
Method Details
- 
format
Format a log message.- Parameters:
 location- Referenced file locationmessage- Message- Returns:
 - Formatted string with location prepended to message.
 
 
 -