初始化**:
log4cpp::patternlayout* playout = new log4cpp::patternlayout();
playout->setconversionpattern("%d: %p %c %x: %m%n");
log4cpp::category& root = log4cpp::category::getroot().getinstance("日誌型別");
root.setpriority(log4cpp::priority::debug);
初始化布局, 檔案介面卡, 型別基本算設定完成, 可以使用了.
直接使用型別例項的方法就可以按級別列印日誌了.
root.error 錯誤
root.info 提示
root.debug 除錯
作者鄭天佐
qq278969898
部落格github
qq群199672080
覺得分享的內容還不錯, 就請作者喝杯咖啡吧~~
log4cpp應用速成手冊
log4cpp應用手冊 2 開啟 log4cpp 0.3.4b msvc6 msvc6.dsw 編譯log4cpp工程release版。3 將編譯後的log4cpp.lib複製到vc的lib目錄中。4 將標頭檔案的目錄log4cpp 0.3.4b include log4cpp 複製到vc的incl...
C 日誌框架log4cpp
c 日誌框架log4cpp 使用說明詳見log4cpp官網。windows平台編譯log4cpp庫詳見連線 附件中包括x64 release的庫檔案。lib庫 dll庫 編寫log4cpp.properties配置檔案,如下文 定義rootcategory的屬性 log4cpp.rootcatego...
Log4cpp原始碼解析 config
一 功能介紹 property configurator test file log4cpp.category.sub1.sub2 debug,a3該元件中包含兩個主要的類 configurator basicconfigurator propertyconfigurator propertycon...