Returns if the logging is enabled.
()
| 257 | * Returns if the logging is enabled. |
| 258 | */ |
| 259 | public static boolean isBenchmarkingEnabled() { |
| 260 | return benchmarkingEnabled; |
| 261 | } |
| 262 | |
| 263 | /** |
| 264 | * Enables or disables the logging. |
no outgoing calls
no test coverage detected