Skip to content

goldenbowl88/SerilogTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SerilogTemplate

If your app need to send out log message, email with file attachment and all the log setting configurable in appsettings.json, this template using Serilog might able to help you.

Package required.
Microsoft.Extensions.DependencyInjection
Microsoft.Extensions.Hosting
Serilog.Enricers.Environment
Serilog.Enrichers.Thread
Serilog.Extensions.Hosting
Serilog.Settings.Configuration
Serilog.Sinks Async
Serilog.Sinks.Console
Serilog.Sinks.Email
Serilog.Sinks.File

Configuration neeed to run.
In appsettings.json, these are the basic update needed
"fromEmail" to the indented sender email
"toEmail" to the indented recipent email, seperate by comma
"networkCredentialuserName" to your gmail account
"networkCredentialpassword" to your gmail password
"EmailTo_ForSupport" to the indendted support emails, seperate by comma.

Gmail Configuration
Turn on less secure mode.
https://myaccount.google.com/lesssecureapps?pli=1

Releases

No releases published

Packages

No packages published

Languages