The YWLogger type exposes the following members.

Constructors

  NameDescription
Public methodYWLogger
Initializes a new instance of the YWLogger class

Methods

  NameDescription
Public methodWriteLine
パラメータが指定するデータを書き込み、続けて行終端記号を書き込みます。

Properties

  NameDescription
Public propertyEncodingString
文字コードを取得または設定します。(デフォルト値:"shift-jis")
Public propertyLineFeedString
ファイルを出力するときの改行コードを取得または設定します。(デフォルト値:CrLf)
Public propertyRetrySeconds
ファイルに出力できなかったときに再出力を試みる時間(秒)を取得または設定します。 (デフォルト値:10)

See Also