# cpputils **Repository Path**: hackydh/cpputils ## Basic Information - **Project Name**: cpputils - **Description**: utils for cpp - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cpputils utils for cpp(c++11) ## simple log example ``` logf("DEBUG", "debug %s,%d", str,num); log("DEBUG")<<"debug "<(1,5); ```