Uses of Class
org.perf4j.log4j.GraphingStatisticsAppender

Packages that use GraphingStatisticsAppender
org.perf4j.log4j Provides the log4j appenders that can be used to automatically aggregate and analyze StopWatch timing statements logged to a org.apache.log4j.Logger
 

Uses of GraphingStatisticsAppender in org.perf4j.log4j
 

Fields in org.perf4j.log4j with type parameters of type GraphingStatisticsAppender
protected static java.util.Map<java.lang.String,GraphingStatisticsAppender> GraphingStatisticsAppender.APPENDERS_BY_NAME
          This class keeps track of all appenders of this type that have been created.
 

Methods in org.perf4j.log4j that return GraphingStatisticsAppender
static GraphingStatisticsAppender GraphingStatisticsAppender.getAppenderByName(java.lang.String appenderName)
          This static method returns any created GraphingStatisticsAppender by its name.
 

Methods in org.perf4j.log4j that return types with arguments of type GraphingStatisticsAppender
static java.util.Collection<GraphingStatisticsAppender> GraphingStatisticsAppender.getAllGraphingStatisticsAppenders()
          This static method returns an unmodifiable collection of all GraphingStatisticsAppenders that have been created.
 



Copyright © 2008 perf4j.org. All Rights Reserved.