Package org.tamacat.log.impl

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

Related Classes of org.tamacat.log.impl.NoneDiagnosticContext

Copyright © 2018 www.massapicom. 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.