Message in Chinese (Traditional) (中文(繁體))
/fileloggerparameters[n]:<parameters> 提供檔案記錄器的任何額外參數。 有這個參數意味著 有對應的 /filelogger[n] 參數。 如果有 "n",它可以是從 1 到 9 的數字。 /fileloggerparameters 也會由任何分散式檔案 記錄器使用,請參閱 /distributedFileLogger 的描述。 (簡短形式: /flp[n]) 也有針對主控台記錄器列出的相同參數。 一些其他的可用參數為: LogFile--要寫入建置記錄的 記錄檔路徑。 Append--決定是否要將建置記錄附加到記錄檔 或是要覆寫記錄檔。設定這個 參數會將建置記錄附加到記錄檔; 不設定這個參數則會覆寫 現有記錄檔的內容。 預設值是不附加到記錄檔。 Encoding--指定檔案的編碼方式, 例如 UTF-8、Unicode 或 ASCII 預設詳細資訊為 [詳細]。 例如: /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>
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