All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sdsu.logging.NullLogger

java.lang.Object
   |
   +----sdsu.logging.LoggerImplementation
           |
           +----sdsu.logging.NullLogger

public final class NullLogger
extends LoggerImplementation
This logger ignores all log requests. Useful in turning off logging without removing all loging statements.

Version:
1.1 18 January 1998
Author:
Roger Whitney (whitney@cs.sdsu.edu)
See Also:
Logger

Method Index

 o register()
Create a NullLogger and register it with Logger Returns the current active logger.

Methods

 o register
 public static LoggerImplementation register()
Create a NullLogger 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