Generated by
JDiff

Class com.webobjects.foundation.NSLog.PrintStreamLogger

Changed Methods
void appendln() Changed from non-synchronized to synchronized. Writes a new line to the receiver's PrintStream if isEnabled returns true.
void appendln(Object) Changed from non-synchronized to synchronized. Writes aValue to the receiver's PrintStream.
void appendln(Throwable) Changed from non-synchronized to synchronized. Writes the stack trace of aValue to the receiver's PrintStream.