リサイズはクリックかドラッグ

WodiLibLogger クラス

WodiLib内で使用するロガークラス
継承階層
SystemObject
  WodiLib.Sys.CmnWodiLibLogger

名前空間:  WodiLib.Sys.Cmn
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public class WodiLibLogger

WodiLibLogger 型は下記のメンバーを公開します。

コンストラクター
  名前説明
Public メソッドWodiLibLogger
コンストラクタ
トップ
プロパティ
  名前説明
Public プロパティLogHandler
ログハンドラ
Public プロパティ静的メンバーTargetKeyName
現在の設定キー名
トップ
メソッド
  名前説明
Public メソッド静的メンバーChangeTargetKey
メインで使用する設定キーを変更する。
Public メソッドDebug
デバッグメッセージを処理する。
Public メソッドEquals
Determines whether the specified object is equal to the current object.
(Objectから継承)
Public メソッドError
エラーメッセージを処理する。
Protected メソッドFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Objectから継承)
Public メソッドGetHashCode
Serves as the default hash function.
(Objectから継承)
Public メソッド静的メンバーGetInstance
設定キー名からインスタンスを取得する。
Public メソッドGetType
Gets the Type of the current instance.
(Objectから継承)
Public メソッドInfo
情報メッセージを処理する。
Protected メソッドMemberwiseClone
Creates a shallow copy of the current Object.
(Objectから継承)
Public メソッド静的メンバーSetLogHandler
ログハンドラを設定する。

keyNameがnullの場合、TargetKeyNameに指定したキー名の設定に対して処理を行う。

Public メソッドToString
Returns a string that represents the current object.
(Objectから継承)
Public メソッドWarning
警告メッセージを処理する。
トップ
関連項目