Uses of Class
org.perf4j.logback.GraphingStatisticsAppender

Packages that use GraphingStatisticsAppender
org.perf4j.logback Provides the logback appenders that can be used to automatically aggregate and analyze StopWatch timing statements logged to an org.slf4j.Logger
 

Uses of GraphingStatisticsAppender in org.perf4j.logback
 

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

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

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



Copyright © 2008-2011 perf4j.org. All Rights Reserved.