Returns whether stdout and stderr are redirected to the logger during servlet execution. @return true if output is swallowed and redirected to the logger
()
| 617 | * @return {@code true} if output is swallowed and redirected to the logger |
| 618 | */ |
| 619 | boolean getSwallowOutput(); |
| 620 | |
| 621 | |
| 622 | /** |
no outgoing calls
no test coverage detected