Martin Winandy

Results 36 comments of Martin Winandy

@Git5000 Sorry for my delayed responses. Currently, I'm on vacations at the Baltic Sea. Mainly, I'm working on Java EE and JSF projects in my job. In this context, I'm...

> Generally, the discussion here in the forum is very useful and I think we always iterate to a good solution. I fully agree 👍 Discussing ideas together is a...

You need to fork tinylog. Afterwards you can push your changes to the branch v2.7 or v.3.0 of your fork. When you are done, you can create a pull request...

> Can you (or @pmwmedia) elaborate on why "locking the Configuration speeds things up"? I can best explain the performance benefit of a frozen configuration through the logger class. Let's...

> Thus, freezing the configuration after the final field is set will not help or hurt performance. Correct? A new configuration can require different minimum severity levels. This is the...

This is a feature request. There is no thread placeholder for file paths. Currently supported placeholders for file paths: https://tinylog.org/v2/configuration/#rolling-file-writer

We have placeholder for log messages that can be used by every writer for formatting its log messages: https://tinylog.org/v2/configuration/#format-pattern On the other hand, we have placeholder for file paths that...

Do you mind to mark this feature request with an `important` label?

Could you provide minimal reproduction project?

I'm not sure if garbage-free logging would have a measurable impact on the performance. I would be happy to be convinced of the opposite by a benchmark.