All Packages Class Hierarchy This Package Previous Next Index
Class sdsu.logging.ScreenLogger
java.lang.Object
|
+----sdsu.logging.LoggerImplementation
|
+----sdsu.logging.SelectiveLogger
|
+----sdsu.logging.ScreenLogger
- public class ScreenLogger
- extends SelectiveLogger
This logger directs all log messages to System.err, which normally
is the terminal. As a SelectiveLogger, message types can be turned
off.
- Version:
- 1.1 18 January 1998
- Author:
- Roger Whitney
(whitney@cs.sdsu.edu)
- See Also:
- Logger, SelectiveLogger
-
register()
- Create a ScreenLogger and register it with Logger.
register
public static LoggerImplementation register()
- Create a ScreenLogger and register it with Logger.
Returns the current active logger. If a logger has
previously been set, it will be that logger.
All Packages Class Hierarchy This Package Previous Next Index