Re: setUseStructuredData log4j

2020-03-24 Thread Matt Sicker
Some info documented here: https://logging.apache.org/log4j/2.x/manual/eventlogging.html API docs: https://logging.apache.org/log4j/2.x/log4j-api/apidocs/org/apache/logging/log4j/message/StructuredDataMessage.html On Tue, 24 Mar 2020 at 10:28, EDMONDO SENA wrote: > > Can you send the link about

Re: setUseStructuredData log4j

2020-03-24 Thread EDMONDO SENA
Can you send the link about it? On 2020/03/24 13:46:44, Matt Sicker wrote: > There’s an entire set of structured data classes now for further > customization in the API. Otherwise, you want to use one of the syslog > layouts, too. > > On Tue, Mar 24, 2020 at 03:49 EDMONDO SENA wrote: > > >

Re: setUseStructuredData log4j

2020-03-24 Thread Matt Sicker
There’s an entire set of structured data classes now for further customization in the API. Otherwise, you want to use one of the syslog layouts, too. On Tue, Mar 24, 2020 at 03:49 EDMONDO SENA wrote: > Hi, > > what is the correspective in log4j2 for setUseStructuredData ? > > Regards. > //Edmond