#include <cstdio>
#include <cstring>
#include <cwchar>
#include <map>
#include <sstream>
#include <string>
#include <vector>
#include <cfp/logger/sub/CLoggerStringUtils.hxx>
#include <cfp/logger/sub/CLoggerPropertyUtils.hxx>
プロパティ・ユーティルの実装。
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」とした。