|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.norther.tammi.acorn.logger.DefaultLogFactory
public class DefaultLogFactory
A default implementation of LogFactory.
| Constructor Summary | |
|---|---|
DefaultLogFactory()
Constructs a new factory. |
|
| Method Summary | |
|---|---|
Object |
getContext()
Gets the log context. |
Log |
getInstance()
Gets an anonymous log instance. |
Log |
getInstance(Object object)
Gets an object log instance. |
void |
release()
Releases cached instances. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultLogFactory()
| Method Detail |
|---|
public Log getInstance()
LogFactory
getInstance in interface LogFactorypublic Log getInstance(Object object)
LogFactory
getInstance in interface LogFactoryobject - the log object.
public Object getContext()
LogFactory
getContext in interface LogFactorypublic void release()
LogFactory
release in interface LogFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||