Enhancements to Serilog ILogger to provide source code information and enable SMS logging.
There are five assemblies defining the enhancement system:
| Assembly | Description |
|---|---|
| J4JLoggerCommon | common constants and support for trimming long source code paths |
| J4JLoggerMicrosoft | extensions for incorporating source code information into Microsoft logger events |
| J4JLoggerSerilog | extensions for enhancing Serilog events and extending how they are routed |
| J4JLoggerTwilio | enable log events to be sent as SMS messages (currently only supports Serilo |
| LoggerConversions | extensions to convert between Serilog and Microsoft log event levels |