SelectMatches Method

Serilog Sinks AmazonS3

Serilog.Sinks.AmazonS3

PathRoller..::..SelectMatches Method

Selects the matches.

Namespace:  Serilog.Sinks.AmazonS3
Assembly:  Serilog.Sinks.AmazonS3 (in Serilog.Sinks.AmazonS3.dll)

Syntax


public IEnumerable<RollingLogFile> SelectMatches(
	IEnumerable<string> fileNames
)
Public Function SelectMatches ( _
	fileNames As IEnumerable(Of String) _
) As IEnumerable(Of RollingLogFile)
public:
IEnumerable<RollingLogFile^>^ SelectMatches(
	IEnumerable<String^>^ fileNames
)

Parameters

fileNames
Type: IEnumerable<(Of <(<'String>)>)>
The file names.

Return Value

An [IEnumerable{T}] of [RollingLogFile]s.