RFR: Add start on a section about logging [v2]
Jesper Wilhelmsson
jwilhelm at openjdk.java.net
Tue Dec 21 00:55:27 UTC 2021
On Mon, 20 Dec 2021 09:24:20 GMT, Ludvig Janiuk <duke at openjdk.java.net> wrote:
>> It's hard to find information on how one should write logging code in Hotspot. This PR is only a first attempt at pointing the reader in the right direction, but a lot could be added in the future:
>> * In which contexts can one not use unified logging?
>> * How much should one log?
>> * What other logging strategies are there?
>
> Ludvig Janiuk has updated the pull request incrementally with one additional commit since the last revision:
>
> cleanup
I agree that once there is enough material to motivate a separate document, we should separate development and process into two different documents. And once there's enough material to motivate separating HotSpot and libraries development we can do that as well. At the moment I don't think there's enough to motivate that new document though. Even if we move the build section as well, that's pretty much it - building and a brief HotSpot logging.
If more people volunteer to update and move information from the wiki that could clearly happen pretty soon though.
-------------
PR: https://git.openjdk.java.net/guide/pull/70
More information about the guide-dev
mailing list