Contents• Introduction• Overview• What is logging?• A structured approach to logging• What should I be logging?o The importance of contexto Logging in a concurrent environmento Why not log everything?o Not all exceptions are errorso Get organised with named loggers• Unit test your logging code• Conclusions
IntroductionThis article is an ac...