com.iparelan.util.logging
Interface FactoryInterface

All Superinterfaces:
AbstractFactory
All Known Implementing Classes:
ConcreteFactory

@Copyright(value="Copyright © 2008, Iparelan Solutions, LLC. All rights reserved.")
public interface FactoryInterface
extends AbstractFactory

Specifies the creational methods for a logging factory.

Version:
June 2008
Author:
Greg Mattes

Method Summary
 Logger getLogger(String name)
           
 

Method Detail

getLogger

Logger getLogger(String name)
See Also:
LoggingFactory.getLogger(String)


Copyright © 2008 Iparelan Solutions, LLC. All rights reserved.