Package sdsu.logging

Class Summary
Debug This class is to be used in debuging programs.
DebugMessage DebugMessage is used by sdsu.logging.Logger.
ErrorMessage ErrorMessage is used by sdsu.logging.Logger.
FileLogger This logger directs all log messages to a file.
Logger This class is the interface for using the logging system in sdsu.logging.
LoggerContext LoggerContext and its subclasses are used by sdsu.logging.Logger.
LoggerImplementation This is the abstract class for all logging classes in sdsu.logging.
LoggerMessage LoggerMessage and its subclasses are used by sdsu.logging.Logger.
LogMessage LogMessage and its subclasses are used by sdsu.logging.Logger.
NullLogger This logger ignores all log requests.
ScreenLogger This logger directs all log messages to System.err, which normally is the terminal.
SelectiveLogger SelectiveLogger allows you to turn off logging for a type of message.
WarningMessage WarningMessage is used by sdsu.logging.Logger.
 

Exception Summary
LoggerCreationException Signals that an exception has occurred in trying to create a Logger.