Replies: 1 comment
-
Sure, LOGGER.atDebug().addKeyValue("key", this::computeValue).log("message"); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was wondering if I do
LOGGER.atDebug().addKeyValue("key", computeValue()).log("message");
Will the
computeValue()
method be evaluated if LOGGER is aterror
level or will it work like Parameterized logging and check the log level first?Beta Was this translation helpful? Give feedback.
All reactions