|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.log.LogFactory
public abstract class LogFactory
Log factory creates Log instances.
| Field Summary | |
|---|---|
protected static LogFactory |
implementation
|
| Constructor Summary | |
|---|---|
LogFactory()
|
|
| Method Summary | |
|---|---|
abstract Log |
getLogger(java.lang.String name)
Returns log instance for given name. |
static void |
setImplementation(LogFactory logFactory)
Specifies log factory implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static LogFactory implementation
| Constructor Detail |
|---|
public LogFactory()
| Method Detail |
|---|
public static void setImplementation(LogFactory logFactory)
public abstract Log getLogger(java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||