org.tm4j.topicmap.utils.HelperBase .setLogger(org.apache.commons.logging.Log newLogger)

Description

Registers a logger. Since changes to this property are vetoable, a registered VetoableChangeListener may determine that the property change is inappropriate or invalid, and ask for it to be rolled back. In that case, the property's original value is restored, and a warning is issued to the originally registered logger.

Parameters
org.apache.commons.logging.Log newLogger the jakarta-commons {@link Log} to register.

Other Resources

Related Topics

Has Parameters