<PackageReference Include="Serilog.Sinks.Logentries" Version="3.0.26" />
API Differences between 3.0.26 and 3.0.27-dev-00039
4 Additions
4 Removals
Serilog
-
public static class LoggerConfigurationLogentriesExtensions
- public static LoggerConfiguration Logentries(this LoggerSinkConfiguration loggerConfiguration, string token, bool useSsl = true, int batchPostingLimit = 50, TimeSpan? period = default, LogEventLevel restrictedToMinimumLevel = 0, string outputTemplate = "{Timestamp:G} [{Level}] {Message}{NewLine}{Exception}", IFormatProvider formatProvider = null, string url = "data.logentries.com")
- public static LoggerConfiguration Logentries(this LoggerSinkConfiguration loggerConfiguration, string token, ITextFormatter textFormatter, bool useSsl = true, int batchPostingLimit = 50, TimeSpan? period = default, LogEventLevel restrictedToMinimumLevel = 0, string url = "data.logentries.com")
- public static LoggerConfiguration Logentries(this LoggerSinkConfiguration loggerConfiguration, string token, bool useSsl = true, int batchPostingLimit = 50, TimeSpan? period = default, LogEventLevel restrictedToMinimumLevel = 0, string outputTemplate = "{Timestamp:G} [{Level}] {Message}{NewLine}{Exception}", IFormatProvider formatProvider = null)
- public static LoggerConfiguration Logentries(this LoggerSinkConfiguration loggerConfiguration, string token, ITextFormatter textFormatter, bool useSsl = true, int batchPostingLimit = 50, TimeSpan? period = default, LogEventLevel restrictedToMinimumLevel = 0)
Serilog.Sinks.Logentries
-
public class LogentriesSink : PeriodicBatchingSink
- public LogentriesSink(string outputTemplate, IFormatProvider formatProvider, string token, bool useSsl, int batchPostingLimit, TimeSpan period, string url)
- public LogentriesSink(ITextFormatter textFormatter, string token, bool useSsl, int batchPostingLimit, TimeSpan period, string url)
- public LogentriesSink(string outputTemplate, IFormatProvider formatProvider, string token, bool useSsl, int batchPostingLimit, TimeSpan period)
- public LogentriesSink(ITextFormatter textFormatter, string token, bool useSsl, int batchPostingLimit, TimeSpan period)