Serilog.Sinks.RollingFile.Sinks.RollingFile.Specifier
class Specifier
namespace Serilog.Sinks.RollingFile.Sinks.RollingFile
{
internal class Specifier
{
public const string OldStyleDateToken = "{0}";
public static readonly Specifier Date;
public static readonly Specifier Hour;
public static readonly Specifier HalfHour;
public string Name { get; }
public string Token { get; }
public string Format { get; }
public TimeSpan Interval { get; }
public DateTime GetCurrentCheckpoint(DateTime instant);
public DateTime GetNextCheckpoint(DateTime instant);
public static bool TryGetSpecifier(string template, out Specifier specifier);
}
}