| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectgnu.io.Zystempublic class Zystemextends java.lang.ObjectField Summary | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
Method Summary | |
void |
|
void |
|
boolean |
|
boolean |
|
boolean |
|
void | |
void |
|
public static final int FILE_MODE
- Field Value:
- 1
public static final int J2EE_MSG_MODE
- Field Value:
- 5
public static final int J2SE_LOG_MODE
- Field Value:
- 6
public static final int MEX_MODE
- Field Value:
- 3
public static final int NET_MODE
- Field Value:
- 2
public static final int PRINT_MODE
- Field Value:
- 4
public static final int SILENT_MODE
- Field Value:
- 0
public Zystem()
throws UnSupportedLoggerExceptionConstructor. Mode is taken from the java system property "gnu.io.log.mode". The available values are :
- SILENT_MODE No logging
- FILE_MODE log to file
- NET_MODE
- MEX_MODE
- PRINT_MODE
- J2EE_MSG_MODE
- J2SE_LOG_MODE log to java.util.logging
public Zystem(int m)
throws UnSupportedLoggerExceptionpublic void filewrite(String s)
public void finalize()
public boolean report(String s)
public boolean reportln()
public boolean reportln(String s)
public void startLogger()
throws UnSupportedLoggerExceptionpublic void startLogger(String t)
throws UnSupportedLoggerException