Uses of Class
standup.clouds.Logger

Packages that use Logger
standup.clouds This package provides the implementation for the STANDUP user interface. 
 

Uses of Logger in standup.clouds
 

Fields in standup.clouds declared as Logger
private  Logger CloudFrontend.logger
           
 

Methods in standup.clouds that return Logger
(package private)  Logger CloudFrontend.getLogger()
           
 

Constructors in standup.clouds with parameters of type Logger
CloudFrontend(JFrame _ff, int w, int h, Logger log, STANDUPSpeaker spk, Scanner scn, Backend bck, boolean interact, boolean hideDecorations)
          Constructor for the Frontend.