# writelog **Repository Path**: dongnian/writelog ## Basic Information - **Project Name**: writelog - **Description**: 1,.net4.5+log4net写日志的c#类库 2,直接引用,即可使用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-03-21 - **Last Updated**: 2022-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1,添加项目引用 2,目标项目添加配置文件,Config/Log4net.config 3,使用,example: 3.1,wdn.Log.Static.Info("写日志"); 3.2,var log=new wdn.Log.Instance(); log.Info("写日志");