Esempio n. 1
0
 /** @return the linearLoggingOn */
 private boolean isLinearLoggingOn() {
   return linearLoggingOn || RuntimeProperties.isLogDebugEnabled();
 }
Esempio n. 2
0
 /** @return the subtaskLoggingOn */
 private boolean isSubtaskLoggingOn() {
   return subtaskLoggingOn || RuntimeProperties.isLogDebugEnabled();
 }