ironmansoftware / issues

Public Issue tracker for Ironman Software products.
https://ironmansoftware.com
32 stars 2 forks source link

Setting for configuring the logging target format #3348

Closed adamdriscoll closed 1 month ago

adamdriscoll commented 1 month ago

Summary of the new feature / enhancement

The current format is:

var format = "[{Timestamp:HH:mm:ss} {Level:u3}][{Feature}][{Resource}] {Message:lj}{NewLine}{Exception}";

We should expose a way to change this.

Proposed technical implementation details (optional)

No response