Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 453 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 453 Bytes

Interface-Log

This project is an implementation example of interface log. And use idea intellij for IDE.

Interface Log Definition Interface Log itself is very important for each application, with it we can check the request and response for each interface, the status and consumed time cost for each one interface, etc. With interface Log, we can also collect some statistics data based on it, which can be used as audition or performance checking.