|
WebObjects 5.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSLog.Logger | |
com.webobjects.foundation | Provides a set of robust and mature core classes, including utility, collection, key-value coding, time and date, notification, and debug logging classes. |
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 Fri Feb 21 13:15:00 PST 2003. | |||||||||
PREV NEXT | FRAMES NO FRAMES |