gnu.io
クラス Zystem

java.lang.Object
  上位を拡張 gnu.io.Zystem

public class Zystem
extends java.lang.Object


フィールドの概要
static int FILE_MODE
           
static int J2EE_MSG_MODE
           
static int J2SE_LOG_MODE
           
static int MEX_MODE
           
(package private) static int mode
           
static int NET_MODE
           
static int PRINT_MODE
           
static int SILENT_MODE
           
private static java.lang.String target
           
 
コンストラクタの概要
Zystem()
          Constructor.
Zystem(int m)
           
 
メソッドの概要
 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)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

SILENT_MODE

public static final int SILENT_MODE
関連項目:
定数フィールド値

FILE_MODE

public static final int FILE_MODE
関連項目:
定数フィールド値

NET_MODE

public static final int NET_MODE
関連項目:
定数フィールド値

MEX_MODE

public static final int MEX_MODE
関連項目:
定数フィールド値

PRINT_MODE

public static final int PRINT_MODE
関連項目:
定数フィールド値

J2EE_MSG_MODE

public static final int J2EE_MSG_MODE
関連項目:
定数フィールド値

J2SE_LOG_MODE

public static final int J2SE_LOG_MODE
関連項目:
定数フィールド値

mode

static int mode

target

private static java.lang.String target
コンストラクタの詳細

Zystem

public Zystem(int m)
       throws UnSupportedLoggerException
例外:
UnSupportedLoggerException

Zystem

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

例外:
UnSupportedLoggerException
メソッドの詳細

startLogger

public void startLogger()
                 throws UnSupportedLoggerException
例外:
UnSupportedLoggerException

startLogger

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

finalize

public void finalize()
オーバーライド:
クラス java.lang.Object 内の finalize

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)