Package gnu.io
Class Zystem
java.lang.Object
gnu.io.Zystem
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SILENT_MODE
public static final int SILENT_MODE- See Also:
-
FILE_MODE
public static final int FILE_MODE- See Also:
-
NET_MODE
public static final int NET_MODE- See Also:
-
MEX_MODE
public static final int MEX_MODE- See Also:
-
PRINT_MODE
public static final int PRINT_MODE- See Also:
-
J2EE_MSG_MODE
public static final int J2EE_MSG_MODE- See Also:
-
J2SE_LOG_MODE
public static final int J2SE_LOG_MODE- See Also:
-
-
Constructor Details
-
Zystem
- Throws:
UnSupportedLoggerException
-
Zystem
Constructor. 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
- Throws:
UnSupportedLoggerException
-
-
Method Details
-
startLogger
- Throws:
UnSupportedLoggerException
-
startLogger
- Throws:
UnSupportedLoggerException
-
finalize
public void finalize() -
filewrite
-
report
-
reportln
public boolean reportln() -
reportln
-