标签 log4cplus 下的文章
ThreadPool.h// -*- C++ -*-
// Copyright (c) 2012-2015 Jakob Progsch
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the aut...
Logger.h#ifndef AURORA_LOGGER_H
#define AURORA_LOGGER_H
#include "Common.h"
#include <log4cplus/logger.h>
#include <string>
namespace aurora
{
clas...
## asynchronous log properties.异步
log4cplus.logger.global = INFO, Aurora
log4cplus.appender.Aurora=log4cplus::AsyncAppender
# 异步Appender的队列大小
log4cplus.appender.Aurora.QueueLimi...