Reputation: 1150
I am new to Serilog and to Seq. Sorry for the beginner question.
I want to have an output template that seems to be available in Serilog for the Console, but I can't seem to configure it in the WriteTo.Seq parameters.
Am I missing something or is this not available or is there another way to do this?
I was hoping to create a template constant and keep the format all in one place.
TIA
Upvotes: 3
Views: 1160
Reputation: 31832
Seq uses signals with tagged properties for this.
The signal can be set as a default for your user account in (your username) > Preferences.
Upvotes: 3