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

ucar.nc2.util.log.LoggerFactory Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 1998-2018 John Caron and University Corporation for Atmospheric Research/Unidata
 * See LICENSE for license information.
 */

package ucar.nc2.util.log;

/**
 * Interface for generating org.slf4j.Logger objects.
 * Allows us to keep log4j dependencies out of the cdm
 * 
 * @deprecated do not use
 */
@Deprecated
public interface LoggerFactory {

  org.slf4j.Logger getLogger(String name);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy