weblogic.logging.LoggingHelper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric3-weblogic-mock Show documentation
Show all versions of fabric3-weblogic-mock Show documentation
Contains mocked versions of WebLogic classes so weblogic.jar is not needed for compilation.
package weblogic.logging;
import java.util.logging.Logger;
/**
* @version $Rev: 8394 $ $Date: 2009-12-12 10:20:05 +0000 (Sat, 12 Dec 2009) $
*/
public class LoggingHelper {
private LoggingHelper() {
}
public static Logger getClientLogger() {
return null;
}
public static Logger getDomainLogger() {
return null;
}
public static Logger getServerLogger() {
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy