コード例 #1
0
ファイル: RegularLogReader.cs プロジェクト: rkapl123/logjoint
 IConnectionParams IFileBasedLogProviderFactory.CreateRotatedLogParams(string folder, IEnumerable <string> patterns)
 {
     return(ConnectionParamsUtils.CreateRotatedLogConnectionParamsFromFolderPath(folder, this, patterns));
 }
コード例 #2
0
ファイル: XmlLogReader.cs プロジェクト: pnelson786/logjoint
 IConnectionParams IFileBasedLogProviderFactory.CreateRotatedLogParams(string folder)
 {
     return(ConnectionParamsUtils.CreateRotatedLogConnectionParamsFromFolderPath(folder));
 }
コード例 #3
0
 public IConnectionParams CreateRotatedLogParams(string folder)
 {
     return(ConnectionParamsUtils.CreateRotatedLogConnectionParamsFromFolderPath(folder));
 }