Skip to content

Instantly share code, notes, and snippets.

View FiaDot's full-sized avatar

LEE GUNHO FiaDot

  • Seoul, South Korea
View GitHub Profile
#include <boost/log/common.hpp>
#include <boost/log/utility/setup/common_attributes.hpp>
#include <boost/log/sinks/text_ostream_backend.hpp>
#include <boost/log/utility/empty_deleter.hpp>
#include <boost/log/sinks.hpp>
#include <boost/log/expressions.hpp>
#include <boost/log/utility/record_ordering.hpp>
#include <boost/log/support/date_time.hpp>
{
"encoding":"UTF-8",
"config_type":"dev",
// Port 정보
"port":8899,
// 로그 설정
"log":
{
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <boost/foreach.hpp>
int _tmain(int argc, _TCHAR* argv[])
{
try