|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.acelogger.location.gatherer.EmptyLocationGatherer
public class EmptyLocationGatherer
A implementation of LocationGatherer
that do nothing.
Constructor Summary | |
---|---|
EmptyLocationGatherer(String identifier)
Constructs a EmptyLocationGatherer using the supplied identifier. |
Method Summary | |
---|---|
LogEventLocation |
getCallLocation()
Obtains the log call location, such as the package, class and method names. |
LogEventLocation |
getCallLocation(Thread currenThread)
Obtains the log call location, such as the package, class and method names. |
String |
getIdentifier()
Gets a String that identifies this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmptyLocationGatherer(String identifier)
identifier
- The identifier of this location gatherer.Method Detail |
---|
public final String getIdentifier()
getIdentifier
in interface Identifiable
public LogEventLocation getCallLocation(Thread currenThread)
getCallLocation
in interface LocationGatherer
currenThread
- The thread that originated the call.
public LogEventLocation getCallLocation()
getCallLocation
in interface LocationGatherer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |