Knopflerfish OSGi 5.2.0

gnu.io
Class Zystem

java.lang.Object
  extended by gnu.io.Zystem

public class Zystem
extends java.lang.Object


Field Summary
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
           
 
Constructor Summary
Zystem()
          Constructor.
Zystem(int m)
           
 
Method Summary
 void filewrite(java.lang.String s)
           
 void finalize()
           
 boolean report(java.lang.String s)
           
 boolean reportln()
           
 boolean reportln(java.lang.String s)
           
 void startLogger()
           
 void startLogger(java.lang.String t)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SILENT_MODE

public static final int SILENT_MODE
See Also:
Constant Field Values

FILE_MODE

public static final int FILE_MODE
See Also:
Constant Field Values

NET_MODE

public static final int NET_MODE
See Also:
Constant Field Values

MEX_MODE

public static final int MEX_MODE
See Also:
Constant Field Values

PRINT_MODE

public static final int PRINT_MODE
See Also:
Constant Field Values

J2EE_MSG_MODE

public static final int J2EE_MSG_MODE
See Also:
Constant Field Values

J2SE_LOG_MODE

public static final int J2SE_LOG_MODE
See Also:
Constant Field Values
Constructor Detail

Zystem

public Zystem(int m)
       throws UnSupportedLoggerException
Throws:
UnSupportedLoggerException

Zystem

public Zystem()
       throws UnSupportedLoggerException
Constructor. Mode is taken from the java system property "gnu.io.log.mode". The available values are :

Throws:
UnSupportedLoggerException
Method Detail

startLogger

public void startLogger()
                 throws UnSupportedLoggerException
Throws:
UnSupportedLoggerException

startLogger

public void startLogger(java.lang.String t)
                 throws UnSupportedLoggerException
Throws:
UnSupportedLoggerException

finalize

public void finalize()
Overrides:
finalize in class java.lang.Object

filewrite

public void filewrite(java.lang.String s)

report

public boolean report(java.lang.String s)

reportln

public boolean reportln()

reportln

public boolean reportln(java.lang.String s)

Knopflerfish OSGi 5.2.0