@since 3.1.1
(boolean escapeProcessing)
| 80 | * @since 3.1.1 |
| 81 | */ |
| 82 | public void setEscapeProcessing(boolean escapeProcessing) { |
| 83 | this.escapeProcessing = escapeProcessing; |
| 84 | } |
| 85 | |
| 86 | public void setLogWriter(PrintWriter logWriter) { |
| 87 | this.logWriter = logWriter; |