zap-extensions
zap-extensions copied to clipboard
Tidy up loggers
Make them private, static, and final. Remove a commented out logger. Update changelogs where needed.
I didn't want to do too many changes, there are others (than the ones being changed) that are not using the expected case, can rename them as well in this PR but will do that for all not just the ones being changed.
We just need to decide LOG
vs LOGGER
then, I prefer the latter.
If you agree it’s worth doing then I’m good with it being done in this PR and I agree with LOGGER
.
I have no real preference between LOG
and LOGGER
- and agree that consistency is always good 😄
/poke :wink:
I thought we were waiting for you to change to use LOG or LOGGER? 😉
Sorry I shoulda been more specific, I was poking @thc202 as it’s his PR 😇
edit: I know you’ve been doing other more important stuff, I was just browsing outstanding PRs 😉
@thc202 want me to tackle the naming?
I will finish this week.
Ok, thanks.
Thanks, will skim it sometime today.
For the record I didn't change the regular expression CodeQL is alerting to.
Will address the conflicts soon.
Still LGTM