Log Info

 1. What frameworks or libraries are commonly used for logging error information in Java applications?

  1. Log4j
  2. SL4J

2. What types of log levels and messages can be recorded using Log4j?

  1. info
  2. error
  3. debug
  4. warn
  5. fatally

No comments:

Post a Comment

Cucumber

What is Cucumber? Definition : Cucumber is an open-source tool that supports BDD . Purpose : Bridges the communication gap between business ...