Package net.sourceforge.acelogger.interpolator

This package contains classes responsible for the interpolation of log messages with it's parameters.

See:
          Description


Interface Summary
TextInterpolator Abstracts interpolation of parameters in a message.
 

Class Summary
JavaTextFormatInterpolator An implementation of TextInterpolator for the MessageFormat class.
JavaUtilFormatterInterpolator An implementation of TextInterpolator for the Formatter class.
MessageBundleInterpolator An implementation of TextInterpolator that first resolves a key in a ResourceBundle to a pattern than delegates the interpolation of this pattern to a different TextInterpolator.
 

Package net.sourceforge.acelogger.interpolator Description

This package contains classes responsible for the interpolation of log messages with it's parameters.



Copyright © 2007-2010 The AceLogger Team. All Rights Reserved.