Log all function invocations to console

前端 未结 5 1057
醉梦人生
醉梦人生 2021-01-24 01:43

It occurs pretty often that I start debugging a class by logging every function call to console and looking for differences in the bugged cases. Is there some attribute that I c

5条回答
  •  心在旅途
    2021-01-24 02:07

    If log4net is as good as log4j, then you are all set

    http://logging.apache.org/log4net//index.html

提交回复
热议问题