net.java.dev.vcc.spi
Class LogFactoryManager

java.lang.Object
  extended by net.java.dev.vcc.spi.LogFactoryManager

public class LogFactoryManager
extends java.lang.Object

Provides Log .


Method Summary
static LogFactory getLogFactory()
          Gets a log factory.
static LogFactory getLogFactory(java.lang.ClassLoader classLoader)
          Gets a log factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLogFactory

public static LogFactory getLogFactory()
Gets a log factory.

Returns:
The log factory.

getLogFactory

public static LogFactory getLogFactory(java.lang.ClassLoader classLoader)
Gets a log factory.

Parameters:
classLoader - The classloader to search for implementations from.
Returns:
The log factory.
Throws:
java.lang.RuntimeException - until we get our own exception for when we cannot get a connection.


Copyright © 2009. All Rights Reserved.