SalesPoint Framework v3.0

Uses of Package
log

Packages that use log
data Provides interfaces for data management. 
data.ooimpl Pure Java implementations of the interfaces in package data
log This package contains all classes that are relevant to logging. 
log.stdforms Standard FormSheets that can be used to display the contents of logs. 
log.swing Swing components for displaying log file contents. 
sale This package contains the central classes of the Framework. 
 

Classes in log used by data
LogContext
          Any object that provides access to some log file through a LogContext.log(log.Loggable) method.
 

Classes in log used by data.ooimpl
LogContext
          Any object that provides access to some log file through a LogContext.log(log.Loggable) method.
LogEntry
          An entry in the log file.
LogEntryFilter
          A filter that can be used to view only selected LogEntries.
Loggable
          An object that can be logged.
 

Classes in log used by log
Log
          Represents a log file.
LogContext
          Any object that provides access to some log file through a LogContext.log(log.Loggable) method.
LogCreator
          Abstract Factory for Log creation.
LogEntry
          An entry in the log file.
LogEntryFilter
          A filter that can be used to view only selected LogEntries.
Loggable
          An object that can be logged.
LogNoOutputStreamException
          Exception thrown in Log.
 

Classes in log used by log.stdforms
LogEntry
          An entry in the log file.
LogInputStream
          A stream that can be used to read and process log files.
 

Classes in log used by log.swing
LogInputStream
          A stream that can be used to read and process log files.
 

Classes in log used by sale
LogContext
          Any object that provides access to some log file through a LogContext.log(log.Loggable) method.
LogEntry
          An entry in the log file.
LogEntryFilter
          A filter that can be used to view only selected LogEntries.
Loggable
          An object that can be logged.
LogNoOutputStreamException
          Exception thrown in Log.
 


SalesPoint Framework v3.0