PMD規則之Jakarta Commons Logging Rules

來源:互聯網
上載者:User

·  UseCorrectExceptionLogging: To make sure the full stacktrace is printed out, use the logging statement with 2 arguments: a String and a Throwable.

翻譯   使用正確的異常日誌:保證列印出完全的異常堆棧,記錄或拋出異常日誌時使用包含兩個參數的運算式:一個參數是字串,一個是Throwable類型

·  ProperLogger: A logger should normally be defined private static final and have the correct class. Private final Log log; is also allowed for rare cases where loggers need to be passed around, with the restriction that the logger needs to be passed into the constructor.

翻譯   合適的日誌記錄器:日誌記錄器一般應該被定義為private static final的,而且應該有正確的類。Private final Log log;也被允許使用在需要傳遞的這種極少的情況中,具有這種限制日誌記錄器就需要被傳入構造器中。

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.