A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/gkinsman/Serilog.Sinks.EmailPickup below:

gkinsman/Serilog.Sinks.EmailPickup: A sink that sends log events to the file system in an email format that can be picked up by, for example, IIS. Does the same thing as the log4net SmtpPickupDirAppender.

A sink that sends log events to the file system in an email format that can be picked up by, for example, IIS. Does the same thing as the log4net SmtpPickupDirAppender.

Package - Serilog.Sinks.EmailPickup | Platforms - .NET 4.5, .Net Standard 1.6

var log = new LoggerConfiguration()
    .WriteTo.EmailPickup(
        fromEmail: "app@example.com",
        toEmail: "support@example.com",
        pickupDirectory: @"c:\logs\emailpickup",
        subject: "UH OH",
        fileExtension: ".email",
        restrictedToMinimumLevel: LogEventLevel.Error)
    .CreateLogger();

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4