GetLogFilePath Method

Serilog Sinks AmazonS3

Serilog.Sinks.AmazonS3

PathRoller..::..GetLogFilePath Method

Gets the log file path.

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

Syntax


public void GetLogFilePath(
	DateTime date,
	Nullable<int> sequenceNumber,
	out string path
)
Public Sub GetLogFilePath ( _
	date As DateTime, _
	sequenceNumber As Nullable(Of Integer), _
	<OutAttribute> ByRef path As String _
)
public:
void GetLogFilePath(
	DateTime^ date, 
	Nullable<int^> sequenceNumber, 
	[OutAttribute] String^% path
)

Parameters

date
Type: DateTime
The date.
sequenceNumber
Type: Nullable<(Of <(<'Int32>)>)>
The sequence number.
path
Type: String%
The path.