Package ghidra.pcode.utils
Class MessageFormattingUtils
- java.lang.Object
 - 
- ghidra.pcode.utils.MessageFormattingUtils
 
 
- 
public final class MessageFormattingUtils extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description MessageFormattingUtils() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringformat(Location location, java.lang.CharSequence message)Format a log message. 
 - 
 
- 
- 
Method Detail
- 
format
public static java.lang.String format(Location location, java.lang.CharSequence message)
Format a log message.- Parameters:
 location- Referenced file locationmessage- Message- Returns:
 - Formatted string with location prepended to message.
 
 
 - 
 
 -