Apache log4net – Apache log4net: Home - Apache log4net(https://logging.apache.org/log4net/)
Logging is an essential part of modern software development.
日志记录是现代软件开发的重要组成部分。
Nowadays, deploying software to a production environment without implementing any form of logging is unimaginable. Doing so is equivalent to wandering through a vast city, at peak hour, with a blindfold on.
如今,在不实施任何形式的日志记录的情况下将软件部署到生产环境是不可想象的。这样做相当于在高峰时段戴着眼罩在广阔的城市中徘徊。
Software is a very complex thing.
软件是一件非常复杂的事情。
When you release an app to an unfamiliar environment, you can’t be certain your app will work as planned.
当您将应用程序发布到不熟悉的环境时,您无法确定您的应用程序是否会按计划运行。
If something goes wrong—and something always does—logging is one of the few ways you can use to “go back in time,” understand the problem, and fix it.
如果出现问题 — 并且总是出现问题 — 日志记录是您可以用来 “回到过去”、了解问题并解决问题的少数方法之一。
发表评论