Uses of Class
com.sdm.quasar.client.core.common.logging.CallerInformation

Packages that use CallerInformation
com.sdm.quasar.client.core.common.logging   
com.sdm.quasar.client.core.common.logging.impl   
com.sdm.quasar.client.log4j.common.logging.impl   
 

Uses of CallerInformation in com.sdm.quasar.client.core.common.logging
 

Methods in com.sdm.quasar.client.core.common.logging that return CallerInformation
static CallerInformation LogManager.calculateCallerInformation(int correctStackDepth, java.lang.String loggerDomainName)
          Calculates the CallerInformation, about the caller of the logging call.
 CallerInformation CallerInformationCalculator.calculateCallerInformation(int correctStackDepth, java.lang.String callerDomainName)
          Calculates the CallerInformation, about the caller of the logging call.
 

Methods in com.sdm.quasar.client.core.common.logging with parameters of type CallerInformation
static LogHandler LogManager.getLogHandler(int loggingLevel, CallerInformation callerInformation)
          Returns the LogHandler implementation responsible for the given logging level and class name.
 boolean LogHandler.handles(int loggingLevel, CallerInformation callerInformation)
          Returns true, if the LogHandler can handle logging messages for the calling logger and logging level.
 boolean LogHandler.isLogging(int loggingLevel, CallerInformation callerInformation)
          Tests, whether messages will be logged at the given logging level
 void LogHandler.log(int loggingLevel, CallerInformation callerInformation, java.lang.String message, java.lang.Throwable exception)
          Logs a message including an optional exception if logging is enabled for the specified calling logger and logging level.
 

Uses of CallerInformation in com.sdm.quasar.client.core.common.logging.impl
 

Methods in com.sdm.quasar.client.core.common.logging.impl that return CallerInformation
 CallerInformation DefaultLoggingInformationCalculator.calculateCallerInformation(int correctStackDepth, java.lang.String loggerDomainName)
           
 

Methods in com.sdm.quasar.client.core.common.logging.impl with parameters of type CallerInformation
 boolean SimpleConsoleLogHandler.handles(int loggingLevel, CallerInformation callerInformation)
           
 boolean SimpleConsoleLogHandler.isLogging(int loggingLevel, CallerInformation callerInformation)
           
 void SimpleConsoleLogHandler.log(int loggingLevel, CallerInformation callerInformation, java.lang.String message, java.lang.Throwable exception)
           
 

Uses of CallerInformation in com.sdm.quasar.client.log4j.common.logging.impl
 

Methods in com.sdm.quasar.client.log4j.common.logging.impl with parameters of type CallerInformation
 boolean Log4JLogHandler.handles(int loggingLevel, CallerInformation callerInformation)
           
 boolean Log4JLogHandler.isLogging(int loggingLevel, CallerInformation callerInformation)
           
 void Log4JLogHandler.log(int loggingLevel, CallerInformation callerInformation, java.lang.String message, java.lang.Throwable exception)