Uses of Package
org.salespointframework.core.logging

Packages that use org.salespointframework.core.logging
org.salespointframework.core This package contains the central classes of the Framework. 
org.salespointframework.core.data Provides interfaces for data management. 
org.salespointframework.core.data.interfaces   
org.salespointframework.core.logging This package contains all classes that are relevant to logging. 
org.salespointframework.desktop   
org.salespointframework.desktop.formsheets   
org.salespointframework.desktop.models   
 

Classes in org.salespointframework.core.logging used by org.salespointframework.core
LogContext
          Any object that provides access to some log file through a LogContext.log(org.salespointframework.core.logging.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.
 

Classes in org.salespointframework.core.logging used by org.salespointframework.core.data
LogContext
          Any object that provides access to some log file through a LogContext.log(org.salespointframework.core.logging.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 org.salespointframework.core.logging used by org.salespointframework.core.data.interfaces
LogContext
          Any object that provides access to some log file through a LogContext.log(org.salespointframework.core.logging.Loggable) method.
 

Classes in org.salespointframework.core.logging used by org.salespointframework.core.logging
Log
          Represents a log file.
LogContext
          Any object that provides access to some log file through a LogContext.log(org.salespointframework.core.logging.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.
LogFileContent
          Represents the content of a log file.
Loggable
          An object that can be logged.
LogInputStream
          A stream that can be used to read and process log files.
LogNoOutputStreamException
          Exception thrown in Log.
 

Classes in org.salespointframework.core.logging used by org.salespointframework.desktop
LogEntry
          An entry in the log file.
LogFileContent
          Represents the content of a log file.
 

Classes in org.salespointframework.core.logging used by org.salespointframework.desktop.formsheets
LogEntry
          An entry in the log file.
LogFileContent
          Represents the content of a log file.
LogInputStream
          A stream that can be used to read and process log files.
 

Classes in org.salespointframework.core.logging used by org.salespointframework.desktop.models
LogEntry
          An entry in the log file.
LogFileContent
          Represents the content of a log file.