예제 #1
0
 public String getDebugSeverity() {
   return debugSeverity.toString();
 }
예제 #2
0
 public String getInfoSeverity() {
   return infoSeverity.toString();
 }
예제 #3
0
 public String getErrorSeverity() {
   return errorSeverity.toString();
 }
예제 #4
0
 public String getWarnSeverity() {
   return warnSeverity.toString();
 }
예제 #5
0
 public String getFatalSeverity() {
   return fatalSeverity.toString();
 }