# LogHelper **Repository Path**: zydp/LogHelper ## Basic Information - **Project Name**: LogHelper - **Description**: using log4cpp - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-07-27 - **Last Updated**: 2022-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LogHelper you need the liblog4cpp,the log4cpp download address: http://log4cpp.sourceforge.net/ # init handle CLogHelper::read_config_init("loginit-demo.conf"); # print log msg PROCESS_LOG("test",LERROR,"Test Error Message!"); PROCESS_LOG("test",LWARN,"Test Warning Message!"); PROCESS_LOG("test",LNOTICE,"Test Notice Message!"); PROCESS_LOG("test",LINFO,"Test Info Message!"); PROCESS_LOG("test",LDEBUG,"Test Debug Message!");