All Downloads are FREE. Search and download functionalities are using the official Maven repository.

weblogic.logging.LoggingHelper Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package weblogic.logging;

import java.util.logging.Logger;

/**
 *
 */
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