Could you please change the timestamp to the 24h format or make it configurable?
Thank you
Edit:
This would be
return logEventInfo.TimeStamp.ToString("dd-MM-yyyy HH:mm:ss.fff");
instead of
return logEventInfo.TimeStamp.ToString("dd-MM-yyyy hh:mm:ss.fff");
in the resolver.
Could you please change the timestamp to the 24h format or make it configurable? Thank you
Edit: This would be return logEventInfo.TimeStamp.ToString("dd-MM-yyyy HH:mm:ss.fff"); instead of return logEventInfo.TimeStamp.ToString("dd-MM-yyyy hh:mm:ss.fff"); in the resolver.