OpcUaCanOpen
CANopen OPC-UA server
|
#include "BoostRotatingFileLog.h"
#include <boost/move/move.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/lambda/lambda.hpp>
#include <boost/log/core/core.hpp>
#include <boost/log/sources/record_ostream.hpp>
#include <boost/log/core/record.hpp>
#include <boost/log/sources/logger.hpp>
#include <boost/log/common.hpp>
#include <boost/log/sinks/text_ostream_backend.hpp>
#include <boost/log/sinks/text_file_backend.hpp>
#include <boost/log/sinks/text_multifile_backend.hpp>
#include <boost/log/sinks/sync_frontend.hpp>
Go to the source code of this file.
Variables | |
const std::string | fileNamePattern = "file_%5N.log" |
const std::string | logDirectory = "log" |
const size_t | maxLogFileSizeBytes = 5000000 |
const size_t | maxLogFileCount = 10 |
const std::string fileNamePattern = "file_%5N.log" |
Definition at line 44 of file BoostRotatingFileLog.cpp.
const std::string logDirectory = "log" |
Definition at line 45 of file BoostRotatingFileLog.cpp.
const size_t maxLogFileCount = 10 |
Definition at line 47 of file BoostRotatingFileLog.cpp.
const size_t maxLogFileSizeBytes = 5000000 |
Definition at line 46 of file BoostRotatingFileLog.cpp.