|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogEventLocation | |
---|---|
net.sourceforge.acelogger | This is the base package for AceLogger. |
net.sourceforge.acelogger.location.gatherer | This package contains classes related to log event's location determination. |
Uses of LogEventLocation in net.sourceforge.acelogger |
---|
Methods in net.sourceforge.acelogger that return LogEventLocation | |
---|---|
LogEventLocation |
LogEvent.getLocation()
Gets the call location for this log event. |
Constructors in net.sourceforge.acelogger with parameters of type LogEventLocation | |
---|---|
LogEvent(String message,
LogLevel level,
LogEventLocation location,
Object... messageParameters)
Constructs a new log event using the supplied information. |
|
LogEvent(String message,
LogLevel level,
LogEventLocation location,
Throwable cause,
Object... messageParameters)
Constructs a new log event using the supplied information. |
Uses of LogEventLocation in net.sourceforge.acelogger.location.gatherer |
---|
Methods in net.sourceforge.acelogger.location.gatherer that return LogEventLocation | |
---|---|
LogEventLocation |
LocationGatherer.getCallLocation()
Obtains the log call location, such as the package, class and method names. |
LogEventLocation |
EmptyLocationGatherer.getCallLocation()
Obtains the log call location, such as the package, class and method names. |
LogEventLocation |
BaseLocationGatherer.getCallLocation()
Obtains the log call location, such as the package, class and method names. |
LogEventLocation |
LocationGatherer.getCallLocation(Thread currentThread)
Obtains the log call location, such as the package, class and method names. |
LogEventLocation |
FullLocationGatherer.getCallLocation(Thread currentThread)
Obtains the log call location, such as the package, class and method names. |
LogEventLocation |
FileAndLineLocationGatherer.getCallLocation(Thread currentThread)
Obtains the log call location, such as the package, class and method names. |
LogEventLocation |
EmptyLocationGatherer.getCallLocation(Thread currenThread)
Obtains the log call location, such as the package, class and method names. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |