Get the debug setting for this Session. @return current debug setting
()
| 423 | * @return current debug setting |
| 424 | */ |
| 425 | public synchronized boolean getDebug() { |
| 426 | return debug; |
| 427 | } |
| 428 | |
| 429 | /** |
| 430 | * Set the stream to be used for debugging output for this session. |
no outgoing calls
no test coverage detected