org.objectweb.dream.control.logger
Interface LoggerInternalBaseName
- All Known Implementing Classes:
- BasicLoggerInternalBaseNameMixin
public interface LoggerInternalBaseName
This interface define a method to internally set the logger base
name. The internalSetBaseName
has effect only if the
setBaseName
method has not been
called. This allows to set the logger base name to reflect the component
hierarchy, only if the base name was not set else where.
- See Also:
LoggerLifeCycleCoordinatorMixin
internalSetBaseName
void internalSetBaseName(String name)
- Set logger base name. This has effect only if the
setBaseName
method has not
been called.
- Parameters:
name
- the logger base name.
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.