|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.dev.vcc.spi.AbstractLogFactory
public abstract class AbstractLogFactory
Base class to for implementors of LogFactory
| Constructor Summary | |
|---|---|
protected |
AbstractLogFactory()
Default constructor. |
| Method Summary | |
|---|---|
Log |
getLog(java.lang.Class clazz)
Gets the Log named clazz.getName(). |
Log |
getLog(java.lang.Class clazz,
java.lang.String bundleName)
Gets the Log named clazz.getName(). |
Log |
getLog(java.lang.String name)
Gets the Log by name. |
Log |
getLog(java.lang.String name,
java.lang.String bundleName)
Gets the Log by name. |
protected abstract Log |
newLog(java.lang.String name,
java.lang.String bundleName)
Creates the named Log instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractLogFactory()
| Method Detail |
|---|
public final Log getLog(java.lang.Class clazz)
Log named clazz.getName().
getLog in interface LogFactoryclazz - The class to get the Log for.
Log.public final Log getLog(java.lang.String name)
Log by name.
getLog in interface LogFactoryname - The name of the Log to get.
Log.
public final Log getLog(java.lang.Class clazz,
java.lang.String bundleName)
Log named clazz.getName().
getLog in interface LogFactoryclazz - The class to get the Log for.bundleName - name of ResourceBundle to be used for localizing messages for this logger. May be
null if none of the messages require localization.
Log.
public final Log getLog(java.lang.String name,
java.lang.String bundleName)
Log by name.
getLog in interface LogFactoryname - The name of the Log to get.bundleName - name of ResourceBundle to be used for localizing messages for this logger. May be
null if none of the messages require localization.
Log.
protected abstract Log newLog(java.lang.String name,
java.lang.String bundleName)
Log instance.
name - The name of the Log to create.
Log.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||