Package org.jclouds.logging
Interface Logger.LoggerFactory
-
- All Known Implementing Classes:
JDKLogger.JDKLoggerFactory
,Log4JLogger.Log4JLoggerFactory
,SLF4JLogger.SLF4JLoggerFactory
- Enclosing interface:
- Logger
public static interface Logger.LoggerFactory
Produces instances ofLogger
relevant to the specified category
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Logger
getLogger(String category)
-