# ithm-logging **Repository Path**: beihai2/ithm-logging ## Basic Information - **Project Name**: ithm-logging - **Description**: A simple logging record framework - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-02 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 一个简单的日志记录框架 在方法上面使用注解 @IthuamengLog(description = "描述") 即可将接口调用日志记录下来 使用AOP编程,对业务代码没有影响