Re: Event (Message) Template idea for JSON Template Layout

2021-09-21 Thread Ron Grabowski
StringMapMessage offers similar functionality. That's the concept I was looking for, thanks On Tuesday, September 21, 2021, 03:12:16 AM EDT, Volkan Yazıcı wrote: What advantage(s) does it provide compared to simply logging a `MapMessage`? Consider the following: StringMapMessage mess

Re: Event (Message) Template idea for JSON Template Layout

2021-09-21 Thread Volkan Yazıcı
What advantage(s) does it provide compared to simply logging a `MapMessage`? Consider the following: StringMapMessage message = new StringMapMessage(); message.put("Kind", "engine start"); message.put("Instant", "2016-09-28T23:28:51.224Z"); message.put("NextScheduledInstant", "2016-09-29T23:28:51.

Re: Event (Message) Template idea for JSON Template Layout

2021-09-20 Thread Ron Grabowski
Ughh, second badly formatting email. Need to research that some more On Monday, September 20, 2021, 09:24:45 PM EDT, Ron Grabowski wrote: Any thoughts if the concept of a message template would add value to JSON Template Layout? Heavily inspired by Serilog: https://ikeptwalking.com/str

Event (Message) Template idea for JSON Template Layout

2021-09-20 Thread Ron Grabowski
Any thoughts if the concept of a message template would add value to JSON Template Layout? Heavily inspired by Serilog: https://ikeptwalking.com/structured-logging-using-serilog/https://blog.rsuter.com/logging-with-ilogger-recommendations-and-best-practices/https://benfoster.io/blog/serilog-best-p