Uses of Interface
com.dvt.app.common.log.Logger

Packages that use Logger
com.dvt.app.common.log Logging API used for all products from Delta Vortex Technologies. 
com.dvt.app.threadworks ThreadWorks is a Java API that greatly facilitates multi-threaded programming. 
 

Uses of Logger in com.dvt.app.common.log
 

Classes in com.dvt.app.common.log that implement Logger
 class FileLogger
          Logger implementation that outputs to a file.
 class OutputStreamLogger
          Logger implementation for a generic output stream.
 

Uses of Logger in com.dvt.app.threadworks
 

Methods in com.dvt.app.threadworks that return Logger
 Logger TaskManagerEnvironment.getLogger()
          Provides logger for diagnostic info and error reporting.
 Logger DefaultTaskManagerEnvironment.getLogger()
          Provides logger for diagnostic info and error reporting.
 

Methods in com.dvt.app.threadworks with parameters of type Logger
 void DefaultTaskManagerEnvironment.setLogger(Logger l)
          Sets logger for diagnostic info and error reporting.
 

Constructors in com.dvt.app.threadworks with parameters of type Logger
DefaultTaskManagerEnvironment(Logger log, int maxNbrConcurrentTasks, int threadPriority, long maxTaskTimeAllowedInMillis, long diagnosticReportingIntervalInMillis, java.lang.String logLabel)
           
TaskManager(Logger log, int maxNbrConcurrentTasks, int threadPriority, long maxTaskTimeAllowedInMillis, long diagnosticReportingIntervalInMillis, java.lang.String logLabel)
          Starts a TaskManager with the given environment information.
 



Copyright © 2001 Delta Vortex Technologies, Inc. All Rights Reserved.