WebObjects 5.1

Uses of Class
com.webobjects.foundation.NSLog.Logger

Packages that use NSLog.Logger
com.webobjects.foundation   
 

Uses of NSLog.Logger in com.webobjects.foundation
 

Subclasses of NSLog.Logger in com.webobjects.foundation
static class NSLog.PrintStreamLogger
          NSLog.PrintStreamLogger is a concrete subclass of NSLog.Logger.
 

Fields in com.webobjects.foundation declared as NSLog.Logger
static NSLog.Logger NSLog.debug
          Logger sending error to system error file.
static NSLog.Logger NSLog.err
          Print stream logger sending output to system error file.
static NSLog.Logger NSLog.out
          Print stream logger sending output to system output file.
 

Methods in com.webobjects.foundation with parameters of type NSLog.Logger
static void NSLog.setDebug(NSLog.Logger instance)
          Sets the debugging logger NSLog.debug to instance.
static void NSLog.setErr(NSLog.Logger instance)
          Sets the logger NSLog.err to instance.
static void NSLog.setOut(NSLog.Logger instance)
          Sets the logger NSLog.out to instance.
 


Last updated Thu Jan 10 18:10:21 PST 2002.

Copyright © 2002 Apple Computer, Inc.