Michael Strasser

Results 34 comments of Michael Strasser

> Both methods not yet documented at klogging.io Not strictly true: please see [Custom rendering and sending](https://klogging.io/docs/concepts/rendering-and-sending/#custom-rendering-and-sending)

@cwrau I have been thinking about this issue. > This is inconvenient as every user that wants to use the application has to set some environment variables. I don’t think...

I think changes made last year and this cover what you want. If not, please reopen the issue with some specific requests.

Hi @christianhujer, thanks for raising this issue and for your PR. I am not convinced that logging should be to STDERR by default. Standard output and standard error streams exist...

Hi @gabrielleeg1 There is a medium-term plan to create and publish JS and native modules for Klogging but I do not have any experience with those yet. The common module...

Hey @lppedd thanks for your advice. I am thinking of working towards a Node.js build but have no experience so far with packaging and using Kotlin with JS.

Hi @jonathanoff2022, yes Klogging is only published on JVM at this time. I plan to make it available on JS but no timeline. Are you able to help implement some...

b9b5211896a10dd08926242d41899dab2a14bda7 created a simple map cache.

Done it well enough for now. See [Measurements.kt](https://github.com/klogging/klogging/blob/main/klogging/src/jvmTest/kotlin/io/klogging/internal/Measurements.kt).