Which three principles are best practices when implementing a logging strategy for an enterprise
application?
A.
Never print log messages to the console window.
B.
Use the appropriate logger level for logging information.
C.
Log messages for every method entry and exit.
D.
Include programmer-specific data in the log messages.
E.
Include the thread name and Java class name in log messages.
Explanation:
a, b, e
BCE
ABE
ABE
I think this question seems confusing may have more than three correct answers.
A, B, E