Is protocol tracing enabled?
()
| 1308 | * Is protocol tracing enabled? |
| 1309 | */ |
| 1310 | protected boolean isTracing() { |
| 1311 | return traceLogger.isLoggable(Level.FINEST); |
| 1312 | } |
| 1313 | |
| 1314 | /** |
| 1315 | * Temporarily turn off protocol tracing, e.g., to prevent |
no test coverage detected