org.jclouds.logging
Interface Logger.LoggerFactory

All Known Implementing Classes:
AntLogger.AntLoggerFactory, JDKLogger.JDKLoggerFactory, Log4JLogger.Log4JLoggerFactory, SLF4JLogger.SLF4JLoggerFactory
Enclosing interface:
Logger

public static interface Logger.LoggerFactory

Produces instances of Logger relevant to the specified category

Author:
Adrian Cole

Method Summary
 Logger getLogger(String category)
           
 

Method Detail

getLogger

Logger getLogger(String category)


Copyright © 2009-2011 jclouds. All Rights Reserved.