Examples of NoneDiagnosticContext


Examples of org.tamacat.log.impl.NoneDiagnosticContext

   
    public static DiagnosticContext getDiagnosticContext(Log logger) {
      if (logger instanceof Log4jLogger) {
        return new Log4jDiagnosticContext();
      } else {
        return new NoneDiagnosticContext();
      }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.