Uses of Interface
com.tomgibara.pronto.logging.LoggingPolicy

Packages that use LoggingPolicy
com.tomgibara.pronto.logging   
com.tomgibara.pronto.logging.impl   
 

Uses of LoggingPolicy in com.tomgibara.pronto.logging
 

Classes in com.tomgibara.pronto.logging that implement LoggingPolicy
 class DefaultLoggingPolicy
          The logging policy that is used if no policy has been specified.
 

Methods in com.tomgibara.pronto.logging that return LoggingPolicy
abstract  LoggingPolicy LoggingConfig.getPolicy()
          The policy currently in use by this object.
 

Methods in com.tomgibara.pronto.logging with parameters of type LoggingPolicy
abstract  void LoggingConfig.setPolicy(LoggingPolicy policy)
          Sets the policy for this object.
 

Uses of LoggingPolicy in com.tomgibara.pronto.logging.impl
 

Methods in com.tomgibara.pronto.logging.impl that return LoggingPolicy
 LoggingPolicy LoggingConfigImpl.getPolicy()
           
 

Methods in com.tomgibara.pronto.logging.impl with parameters of type LoggingPolicy
 void LoggingConfigImpl.setPolicy(LoggingPolicy settings)
           
 



Copyright © 2006-2007 Tom Gibara. All Rights Reserved.