Serilog.Settings.Configuration — Microsoft.Extensions.Configuration (appsettings.json) support for Serilog
Serilog.Sinks.Console— A Serilog sink that writes log events to the console/terminal.
Serilog.Sinks.File— Write Serilog events to text files in plain or JSON format.
Serilog.Sinks.Async — Asynchronous sink wrapper for Serilog
Serilog.Formatting.Compact — A simple, compact JSON-based event format for Serilog. (賣點在此)
Serilog.Sinks.PeriodicBatching — A wrapper for Serilog sinks that asynchronously emits events in batches, useful when logging to a slow and/or remote target. (可用來客製化寫入標的)