Koala業務日誌系統設計說明

來源:互聯網
上載者:User

標籤:style   http   color   os   ar   使用   java   for   sp   

原始碼:http://git.oschina.net/openkoala/koala

koala-business子模組


模組劃分

模組名

作用

koala-businesslog-api 

業務日誌系統的核心api

koala-businesslog-impl       

業務日誌系統的koala的預設實現

koala-businesslog-web  

 業務日誌系統web模組

koala-businesslog-acceptance-test

業務日誌系統的整合測試,也是業務日誌系統的 **範例**,實際使用時,可以參考此模組

 

時序圖

 

 

類圖

koala-businesslog-api模組

 

 

koala-business-impl模組

 

 

詞彙表

類名

說明

BusinessLogServletFilter

實現filter介面,抽象父類,定義抽象方法beforeFilter

LogFilter

繼承beforeFilter,實現beforeFilter方法,設定使用者名稱、IP

AbstractBusinessLog

自訂業務日誌抽象父類,包含log,category欄位

DefaultBusinessLog

系統預設業務日誌實體類,包含使用者名稱、IP、時間

BusinessLogExporter

業務日誌匯出介面

BusinessLogExporterImpl

系統預設業務日誌匯出實作類別,儲存到資料庫

ThreadLocalBusinessLogContext

執行緒區域變數上下文,實現資料線上程內共用

BusinessLogInterceptor

AOP攔截器

BusinessLogThread

業務日誌線程執行類

GroovyObjectClassCache

Groovy對象緩衝類

ConfigConstant

系統配置常量類

  

groovy考量

使用groovy語言來實現日誌模板的記錄而不是XML,考量的因素如下:

1. 它支援動態修改,而無須重啟服務

2. 使用groovy並不會帶來太大的學習成本,以寫java代碼的方式來寫就可以了

3. 這種方式可以擷取關聯查詢,如方法中deptId,但日誌中我想拿的是deptName(如:架構部),那使用groovy,你可以便於使用編寫java代碼來實現

4. 它有文法檢驗,使用XML配置,要做到這一點有難度


Koala業務日誌系統設計說明

相關關鍵詞:
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.