RollingInterval Enumeration

Serilog Sinks AmazonS3

Serilog.Sinks.AmazonS3

RollingInterval Enumeration

Specifies the frequency at which the log file should roll.

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

Syntax


public enum RollingInterval
Public Enumeration RollingInterval
public enum class RollingInterval

Members


Member nameDescription
Year Roll every year. File names will have a four-digit year appended in the pattern
C#
yyyy
.
Month Roll every calendar month. File names will have
C#
yyyyMM
appended.
Day Roll every day. File names will have
C#
yyyyMMdd
appended.
Hour Roll every hour. File names will have
C#
yyyyMMddHH
appended.
Minute Roll every minute. File names will have
C#
yyyyMMddHHmm
appended.