C# Class SunSync.Models.LogExporter

Afficher le fichier Open project: qiniu/QSunSync

Méthodes publiques

Méthode Description
exportLog ( string fileUploadSuccessLogPath, string fileUploadErrorLogPath, string fileSkippedLogPath, string fileExistsLogPath, string fileNotOverwriteLogPath, string fileOverwriteLogPath, string logSaveFilePath ) : void

Method Details

exportLog() public static méthode

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
Résultat void