#include <sys/types.h>
#include <sys/stat.h>
#include <cstdio>
#include <cstring>
#include <string>
#include <cfp/logger/sub/CLoggerPropertyUtils.hxx>
#include <cfp/logger/sub/CLoggerProfile.hxx>
cfpロッガー・プロファイル・クラスの実装
2006-11-19 propファイルのパラメタ区切りにスペースが無い場合に対応
2006-11-19 propファイルのパラメタ区切り文字にタブを使える様に対応
2007-11-16 namespace に対応
2007-11-16 unicode に対応
2007-11-16 ソースファイルの拡張子をgccにならい、「.cxx」とした。
2007-11-16 ヘッダファイルの拡張子を「.hxx」とした。