public class LogMessageDecorator extends Object implements IMessageDecorator
ReportMessage
according to the following pattern: Location: Message
if location is not empty and Message
otherwise.
Constructor and Description |
---|
LogMessageDecorator() |
Modifier and Type | Method and Description |
---|---|
String |
decorateMessage(ReportMessage message)
Displays source of the message (if it is not empty) and its content.
|
public String decorateMessage(ReportMessage message)
decorateMessage
in interface IMessageDecorator
message
- is a message of the optimization report
Copyright © 1998–2020 iText Group NV. All rights reserved.