# logger **Repository Path**: zhou-a-xing/logger ## Basic Information - **Project Name**: logger - **Description**: 自用log包 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-16 - **Last Updated**: 2021-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 启用 ```go logging := logger.Logging{} logging.File = "./log.log" logging.Level = "debug" logger.InitLogger(&logging) ```