C# Class SunSync.Models.LogExporter

ファイルを表示 Open project: qiniu/QSunSync

Public Methods

Method Description
exportLog ( string fileUploadSuccessLogPath, string fileUploadErrorLogPath, string fileSkippedLogPath, string fileExistsLogPath, string fileNotOverwriteLogPath, string fileOverwriteLogPath, string logSaveFilePath ) : void

Method Details

exportLog() public static method

public static exportLog ( string fileUploadSuccessLogPath, string fileUploadErrorLogPath, string fileSkippedLogPath, string fileExistsLogPath, string fileNotOverwriteLogPath, string fileOverwriteLogPath, string logSaveFilePath ) : void
fileUploadSuccessLogPath string
fileUploadErrorLogPath string
fileSkippedLogPath string
fileExistsLogPath string
fileNotOverwriteLogPath string
fileOverwriteLogPath string
logSaveFilePath string
return void