JsonTemplateLayout for Google Cloud Logging

2021-06-30 Thread Raman Gupta
I was thinking about contributing a JsonTemplateLayout for the structured logging format expected by Google Cloud Logging [1]. This is what I've come up with so far: any comments are welcome: https://gist.github.com/rocketraman/824ca9527bb8c7226d40db2b4d78efa7. [1]

Re: Log4Go

2021-06-30 Thread Ralph Goers
Well, I am on board with part of what you want. When I looked at various Go logging libraries most of them defined where the logs ere going and how they are formatted at build time. 90% of what Log4j does is figure out all of that at run time. Go is not nearly as dynamic as Java because the

Re: Re: Log4Go

2021-06-30 Thread Davyd McColl
I'm rather new to go, but looking for ways to improve by writing code alongside people who actually know what they're doing. If I can help, please ping me. -d On June 30, 2021 18:12:46 Christofer Dutz wrote: Hi all, and sorry for being late to the party ;-) I am currently working hard

Re: Re: Log4Go

2021-06-30 Thread Christofer Dutz
Hi all, and sorry for being late to the party ;-) I am currently working hard on PLC4X' Go support and am also using what I create in the Open-Source project in some larger corporate applications. One thing that has always bugged me with go, was the inavailability of loggers that allow me to