jp.ne.mki.wedge.run.client.control.log
クラス ConsoleHandlerNoSecurityCheck

java.lang.Object
  上位を拡張 java.util.logging.Handler
      上位を拡張 java.util.logging.StreamHandler
          上位を拡張 java.util.logging.ConsoleHandler
              上位を拡張 jp.ne.mki.wedge.run.client.control.log.ConsoleHandlerNoSecurityCheck

public class ConsoleHandlerNoSecurityCheck
extends java.util.logging.ConsoleHandler

コンソールHandler。

java.util.logging.ConsoleHandler と同等の動きをするが、 セキュリティのチェックは行いません。


コンストラクタの概要
ConsoleHandlerNoSecurityCheck()
           
 
メソッドの概要
 java.util.logging.Formatter getFormatter()
          フォーマットクラス取得
 java.util.logging.Level getLevel()
          レベル取得
 void setFormatter(java.util.logging.Formatter newFormatter)
          フォーマットクラス設定 セキュリティチェック無し
 void setLevel(java.util.logging.Level newLevel)
          レベル設定 セキュリティチェック無し
 
クラス java.util.logging.ConsoleHandler から継承されたメソッド
close, publish
 
クラス java.util.logging.StreamHandler から継承されたメソッド
flush, isLoggable, setEncoding, setOutputStream
 
クラス java.util.logging.Handler から継承されたメソッド
getEncoding, getErrorManager, getFilter, reportError, setErrorManager, setFilter
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ConsoleHandlerNoSecurityCheck

public ConsoleHandlerNoSecurityCheck()
メソッドの詳細

setFormatter

public void setFormatter(java.util.logging.Formatter newFormatter)
                  throws java.lang.SecurityException
フォーマットクラス設定 セキュリティチェック無し

オーバーライド:
クラス java.util.logging.Handler 内の setFormatter
パラメータ:
newFormatter -
例外:
java.lang.SecurityException

getFormatter

public java.util.logging.Formatter getFormatter()
フォーマットクラス取得

オーバーライド:
クラス java.util.logging.Handler 内の getFormatter
戻り値:
Formatter

setLevel

public void setLevel(java.util.logging.Level newLevel)
              throws java.lang.SecurityException
レベル設定 セキュリティチェック無し

オーバーライド:
クラス java.util.logging.Handler 内の setLevel
パラメータ:
newLevel -
例外:
java.lang.SecurityException

getLevel

public java.util.logging.Level getLevel()
レベル取得

オーバーライド:
クラス java.util.logging.Handler 内の getLevel
戻り値:
Level