Message in Japanese (日本語)
/fileloggerparameters[n]:<パラメーター> ファイル ロガーの追加のパラメーターを提供します。 このスイッチの存在は、対応する /filelogger[n] スイッチの存在を暗示します。 "n" は (存在する場合は) 1 ~ 9 の数値です。 /fileloggerparameters も分散ファイル ロガーによって 使用されます。/distributedFileLogger の説明を 参照してください (短い形式: /flp[n])。 コンソール ロガーと同じパラメーターを使用 できます。使用できるその他の主要なパラメーター: LogFile--ビルド ログの書き込み先の ログ ファイルへのパス。 Append--ビルド ログをログ ファイルに追加するか、 ビルド ログでログ ファイルを上書きするかを 決定します。このスイッチを設定すると、ビルド ログは ログ ファイルに追加されます。 スイッチを設定しない場合は、既存のログ ファイルの 内容が上書きされます。 既定ではログ ファイルに追加されません。 Encoding--UTF-8、Unicode、ASCII など、ファイルの エンコーディングを指定します。 既定の詳細設定は Detailed です。 例: /fileLoggerParameters:LogFile=MyLog.log;Append; Verbosity=diagnostic;Encoding=UTF-8 /flp:Summary;Verbosity=minimal;LogFile=msbuild.sum /flp1:warningsonly;logfile=msbuild.wrn /flp2:errorsonly;logfile=msbuild.err</パラメーター>
Unlocalized message
/fileloggerparameters[n]:<parameters> Provides any extra parameters for file loggers. The presence of this switch implies the corresponding /filelogger[n] switch. "n" if present can be a digit from 1-9. /fileloggerparameters is also used by any distributed file logger, see description of /distributedFileLogger. (Short form: /flp[n]) The same parameters listed for the console logger are available. Some additional available parameters are: LogFile--path to the log file into which the build log will be written. Append--determines if the build log will be appended to or overwrite the log file. Setting the switch appends the build log to the log file; Not setting the switch overwrites the contents of an existing log file. The default is not to append to the log file. Encoding--specifies the encoding for the file, for example, UTF-8, Unicode, or ASCII Default verbosity is Detailed. Examples: /fileLoggerParameters:LogFile=MyLog.log;Append; Verbosity=diagnostic;Encoding=UTF-8 /flp:Summary;Verbosity=minimal;LogFile=msbuild.sum /flp1:warningsonly;logfile=msbuild.wrn /flp2:errorsonly;logfile=msbuild.err</parameters>
Search by Google