バックグラウンドアウトプットログ

  • 作成者:ayuan0625
  • 編集回数:12次
  • 最終更新:ayuan0625 于 2020-12-04
  • I. Introduction

    Normally, developers need to output certain information to the backend when debugging to check if the program runs as expected, or logging certain user actions. These scenarios include the output of executed SQL queries when using a report, as well as the time consumption in every stage of the report generation for analytic purposes. In these cases, developers can carry out the process with FineLoggerFactory.getLogger(). level(msg).

    Three levels, namely, info, warning and error, are provided to output with. Note that only when the set level is of lower or the same grade as the applied one can the corresponding information be output successfully.

    https://github.com/finereport-overseas/example/blob/release/10.0/src/main/java/com/fr/log/LogApi.java

    Note: FineReport JARs should be included beforehand.

    Attachment List


    Theme: FineReport カスタム開発
    • いいね
    • 良くない
    • 閲覧しただけ