jcifs.util
public class LogStream extends PrintStream
| Field Summary | |
|---|---|
| static int | level |
| Constructor Summary | |
|---|---|
| LogStream(PrintStream stream) | |
| Method Summary | |
|---|---|
| static LogStream | getInstance() |
| static void | setInstance(PrintStream stream)
This must be called before getInstance is called or
it will have no effect. |
| static void | setLevel(int level) |