public class Zystem extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FILE_MODE |
static int |
J2EE_MSG_MODE |
static int |
J2SE_LOG_MODE |
static int |
MEX_MODE |
static int |
NET_MODE |
static int |
PRINT_MODE |
static int |
SILENT_MODE |
| Modifier and Type | Method and Description |
|---|---|
void |
filewrite(String s) |
void |
finalize() |
boolean |
report(String s) |
boolean |
reportln() |
boolean |
reportln(String s) |
void |
startLogger() |
void |
startLogger(String t) |
public static final int SILENT_MODE
public static final int FILE_MODE
public static final int NET_MODE
public static final int MEX_MODE
public static final int PRINT_MODE
public static final int J2EE_MSG_MODE
public static final int J2SE_LOG_MODE
public Zystem(int m)
throws UnSupportedLoggerException
UnSupportedLoggerExceptionpublic Zystem()
throws UnSupportedLoggerException
UnSupportedLoggerExceptionpublic void startLogger()
throws UnSupportedLoggerException
UnSupportedLoggerExceptionpublic void startLogger(String t) throws UnSupportedLoggerException
UnSupportedLoggerExceptionpublic void filewrite(String s)
public boolean report(String s)
public boolean reportln()
public boolean reportln(String s)
Copyright © 2016. All rights reserved.