RFR: Add start on a section about logging [v3]
Ludvig Janiuk
duke at openjdk.java.net
Mon Jan 17 15:47:00 UTC 2022
> 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 with a new target base due to a merge or a rebase. The pull request now contains five commits:
- Merge branch 'master' into patch-2
- cleanup
- fix trailing whitespace
- fix
- Add start on a section about logging
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 futute:
* In which contexts can one not use unified logging?
* How much should one log?
* What other logging strategies are there?
-------------
Changes: https://git.openjdk.java.net/guide/pull/70/files
Webrev: https://webrevs.openjdk.java.net/?repo=guide&pr=70&range=02
Stats: 34 lines in 1 file changed: 34 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/guide/pull/70.diff
Fetch: git fetch https://git.openjdk.java.net/guide pull/70/head:pull/70
PR: https://git.openjdk.java.net/guide/pull/70
More information about the guide-dev
mailing list