1.

What Are Pros And Cons Of Logging?

Answer»

Following are the Pros and Cons of Logging −

  • Logging is an important component of the software development. A well-written logging code OFFERS QUICK debugging, easy MAINTENANCE, and structured storage of an application's RUNTIME information.
  • Logging does have its drawbacks also. It can slow down an application. If too verbose, it can cause scrolling blindness. To alleviate these concerns, log4j is DESIGNED to be reliable, fast and extensible.
  • Since logging is rarely the main focus of an application, the log4j API strives to be simple to understand and to use.

Following are the Pros and Cons of Logging −



Discussion

No Comment Found