@DoNotObfuscate
public interface IPDFUnitMessage
| Modifier and Type | Method and Description | 
|---|---|
void | 
addParam(java.lang.String param)
Adding a message parameter to the message instance. 
 | 
java.lang.String | 
getMessage()
Returning the formatted method. 
 | 
void | 
logForDevelopment()
This method allowes to log all messages to an output stream
 for further analysis during develoment. 
 | 
java.lang.String getMessage()
void addParam(java.lang.String param)
void logForDevelopment()
Copyright (C) PDFUnit.com. See here for license.