OpenTrueLogSection メソッド

クラス

Agent

処理

TrueLog ファイル:に新しいセクションを作成します。TrueLog セクションを使うと、複雑なスクリプトを、名前をつけた小さなパーツに論理的に分割して構造化できます。TrueLog セクションは入れ子状にすることができます。

構文

C#
OpenTrueLogSection(sectionName);
VB
OpenTrueLogSection(sectionName)
変数 説明
sectionName TrueLog セクションの名前。名前は一意である必要はありません。String