All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.sun.server.log.Log | +----com.sun.server.log.TraceLog | +----com.sun.server.log.NullTraceLog
The class is useful for assigning to a log file instance when the log cannot be created for some reason. Subsequent uses of the log do not need to check the log's validity before every write.
public NullTraceLog()
All Packages Class Hierarchy This Package Previous Next Index