Class com.ibm.ivj.util.base.WorkspaceLog
java.lang.Object
|
+----java.io.OutputStream
|
+----com.ibm.ivj.util.base.WorkspaceLog
- public class WorkspaceLog
- extends OutputStream
Output stream associated with the workspace log
Constructor Index
- WorkspaceLog(Workspace)
- Construct the workspace log stream
Method Index
- bringToFront()
- Force log to front.
- flush()
- Flush buffered output to log
- write(int)
- Write a character to log.
Constructors
WorkspaceLog
public WorkspaceLog(Workspace ws)
- Construct the workspace log stream
- Parameters:
- ws_ - com.ibm.ivj.util.base.Workspace
Methods
bringToFront
public void bringToFront() throws IOException
- Force log to front.
flush
public void flush() throws IOException
- Flush buffered output to log
- Overrides:
- flush in class OutputStream
write
public void write(int b) throws IOException
- Write a character to log.
- Overrides:
- write in class OutputStream
