|
WebObjects 5.2.3 | ||||||||||
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.Log4JLogger
NSLog.Log4JLogger is a concrete subclass of NSLog.Logger. |
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
Logger sending output to system error file. |
static NSLog.Logger |
NSLog.out
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.setDebug(NSLog.Logger instance,
int aDebugLevel)
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 Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |