Uses of Interface
net.sourceforge.acelogger.interpolator.TextInterpolator

Packages that use TextInterpolator
net.sourceforge.acelogger.formatter This package contains classes responsible for the formatting of log messages. 
net.sourceforge.acelogger.interpolator This package contains classes responsible for the interpolation of log messages with it's parameters. 
 

Uses of TextInterpolator in net.sourceforge.acelogger.formatter
 

Constructors in net.sourceforge.acelogger.formatter with parameters of type TextInterpolator
BaseFormatter(String identifier, TextInterpolator interpolator)
          Constructs a new BaseFormatter with the supplied identifier.
MessageOnlyFormatter(String identifier, TextInterpolator interpolator)
          Constructs a new MessageOnlyFormatter with the supplied identifier and text interpolator.
PatternFormatter(String identifier, String pattern, boolean shouldPrintStackTrace, TextInterpolator formatInterpolator, TextInterpolator messageInterpolator)
           
 

Uses of TextInterpolator in net.sourceforge.acelogger.interpolator
 

Classes in net.sourceforge.acelogger.interpolator that implement TextInterpolator
 class JavaTextFormatInterpolator
          An implementation of TextInterpolator for the MessageFormat class.
 class JavaUtilFormatterInterpolator
          An implementation of TextInterpolator for the Formatter class.
 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.
 

Methods in net.sourceforge.acelogger.interpolator that return TextInterpolator
static TextInterpolator JavaUtilFormatterInterpolator.getInstance()
          Gets a instance of this class.
static TextInterpolator JavaTextFormatInterpolator.getInstance()
          Gets a instance of this class.
 

Constructors in net.sourceforge.acelogger.interpolator with parameters of type TextInterpolator
MessageBundleInterpolator(ResourceBundle resolver, TextInterpolator interpolator)
          Creates a new MessageBundleInterpolator using the supplied ResourceBundle to resolve the patterns and then interpolation it with the supplied TextInterpolator.
 



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