Package com.sdm.quasar.client.core.common.logging

Interface Summary
CallerInformationCalculator A callback-interface used by LogManager to resolve the (full qualified) class name of a caller for logging.
LoggingConfiguration This is only a tagging interface for the logging configuration.
LoggingLevel Defines the default log levels.
LogHandler Interface for the adapter between the LogManager and the logging framework actually used.
 

Class Summary
CallerInformation An instance of this class stores some information about the caller of a logging method.
DomainLogger A logger, that demands specifying a domain name or a domain class for logging.
Logger A simple logger.
LogManager Creates Logger implementations.