com.sdm.quasar.client.core.common.logging
Interface LoggingConfiguration

All Superinterfaces:
Configuration
All Known Implementing Classes:
Log4JLoggingConfiguration, SimpleConsoleLoggingConfiguration

public interface LoggingConfiguration
extends Configuration

This is only a tagging interface for the logging configuration. An implementation of this configuration interface should initialize the logging by adding LoggerServices to the LogManager using LogManager.addLogHandler(LogHandler).

Version:
1.$Revision$
Author:
Thomas Wolf