org.apache.openjpa.lib.log
Interface LogFactory

All Known Implementing Classes:
CommonsLogFactory, Log4JLogFactory, LogFactoryAdapter, LogFactoryImpl, MultiLogFactory, NoneLogFactory, SLF4JLogFactory

public interface LogFactory

Factory for log instances.

Author:
Abe White

Method Summary
 Log getLog(String channel)
          Return a log for the given channel name.
 

Method Detail

getLog

Log getLog(String channel)
Return a log for the given channel name.



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.