Package ucar.nc2.util.log
Interface LoggerFactory
-
- All Known Implementing Classes:
LoggerFactoryImpl
@Deprecated public interface LoggerFactory
Deprecated.do not useInterface for generating org.slf4j.Logger objects. Allows us to keep log4j dependencies out of the cdm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description org.slf4j.Logger
getLogger(String name)
Deprecated.
-
-
-
Method Detail
-
getLogger
org.slf4j.Logger getLogger(String name)
Deprecated.
-
-