|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.common.logging.impl.DefaultLoggingInformationCalculator
| Constructor Summary | |
DefaultLoggingInformationCalculator()
Creates a new DefaultLoggingInformationCalculator. |
|
| Method Summary | |
CallerInformation |
calculateCallerInformation(int correctStackDepth,
java.lang.String loggerDomainName)
Calculates the CallerInformation, about the caller of
the logging call. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultLoggingInformationCalculator()
DefaultLoggingInformationCalculator.
| Method Detail |
public CallerInformation calculateCallerInformation(int correctStackDepth,
java.lang.String loggerDomainName)
CallerInformationCalculatorCallerInformation, about the caller of
the logging call. To enable calculating this information (which might be
relatively time-consuming, depending on implementation), a stack-depth must
be provided to correct the execution stack of.
calculateCallerInformation in interface CallerInformationCalculatorcorrectStackDepth - the value to correct the execution stack of (in means of
the caller)loggerDomainName - a optional logger domain name, which is provided by
the logger caller
CallerInformation with information about
the caller of the log methodCallerInformationCalculator.calculateCallerInformation(int, java.lang.String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||