下载资源后端资源详情
log4cpp.zip
大小:472.74KB
价格:22积分
下载量:0
评分:
5.0
上传者:qq_41746278
更新日期:2024-07-30

log4cpp 实现c++日志的代码库

资源文件列表(大概)

文件名
大小
log4cpp/include/
-
log4cpp/include/.cvsignore
33B
log4cpp/include/config.h.in
2.76KB
log4cpp/include/config.h.in~
737B
log4cpp/include/log4cpp/
-
log4cpp/include/log4cpp/.cvsignore
51B
log4cpp/include/log4cpp/AbortAppender.hh
1.07KB
log4cpp/include/log4cpp/Appender.hh
5.07KB
log4cpp/include/log4cpp/AppendersFactory.hh
1.22KB
log4cpp/include/log4cpp/AppenderSkeleton.hh
3.21KB
log4cpp/include/log4cpp/BasicConfigurator.hh
693B
log4cpp/include/log4cpp/BasicLayout.hh
852B
log4cpp/include/log4cpp/BufferingAppender.hh
1.32KB
log4cpp/include/log4cpp/Category.hh
22.89KB
log4cpp/include/log4cpp/CategoryStream.hh
4.08KB
log4cpp/include/log4cpp/config-MinGW32.h
2.41KB
log4cpp/include/log4cpp/config-openvms.h
1.93KB
log4cpp/include/log4cpp/Configurator.hh
709B
log4cpp/include/log4cpp/config-win32.h
3.83KB
log4cpp/include/log4cpp/config-win32-stlport-boost.h
3.52KB
log4cpp/include/log4cpp/convenience.h
2.87KB
log4cpp/include/log4cpp/DailyRollingFileAppender.hh
1.32KB
log4cpp/include/log4cpp/Export.hh
783B
log4cpp/include/log4cpp/FactoryParams.hh
5.06KB
log4cpp/include/log4cpp/FileAppender.hh
2.73KB
log4cpp/include/log4cpp/Filter.hh
3.76KB
log4cpp/include/log4cpp/FixedContextCategory.hh
5.56KB
log4cpp/include/log4cpp/HierarchyMaintainer.hh
1.81KB
log4cpp/include/log4cpp/IdsaAppender.hh
1.76KB
log4cpp/include/log4cpp/Layout.hh
978B
log4cpp/include/log4cpp/LayoutAppender.hh
1.39KB
log4cpp/include/log4cpp/LayoutsFactory.hh
1.2KB
log4cpp/include/log4cpp/LevelEvaluator.hh
747B
log4cpp/include/log4cpp/LoggingEvent.hh
2.2KB
log4cpp/include/log4cpp/Makefile.am
1.13KB
log4cpp/include/log4cpp/Makefile.in
22.75KB
log4cpp/include/log4cpp/Manipulator.hh
691B
log4cpp/include/log4cpp/NDC.hh
6.36KB
log4cpp/include/log4cpp/NTEventLogAppender.hh
2.92KB
log4cpp/include/log4cpp/OstreamAppender.hh
935B
log4cpp/include/log4cpp/PassThroughLayout.hh
573B
log4cpp/include/log4cpp/PatternLayout.hh
3.64KB
log4cpp/include/log4cpp/Portability.hh
2.06KB
log4cpp/include/log4cpp/Priority.hh
2.92KB
log4cpp/include/log4cpp/PropertyConfigurator.hh
1.7KB
log4cpp/include/log4cpp/RemoteSyslogAppender.hh
4.45KB
log4cpp/include/log4cpp/RollingFileAppender.hh
1.42KB
log4cpp/include/log4cpp/SimpleConfigurator.hh
1.65KB
log4cpp/include/log4cpp/SimpleLayout.hh
842B
log4cpp/include/log4cpp/SmtpAppender.hh
1.06KB
log4cpp/include/log4cpp/StringQueueAppender.hh
1.93KB
log4cpp/include/log4cpp/SyslogAppender.hh
2.11KB
log4cpp/include/log4cpp/threading/
-
log4cpp/include/log4cpp/threading/BoostThreads.hh
1.46KB
log4cpp/include/log4cpp/threading/DummyThreads.hh
1.64KB
log4cpp/include/log4cpp/threading/Makefile.am
187B
log4cpp/include/log4cpp/threading/Makefile.in
17.46KB
log4cpp/include/log4cpp/threading/MSThreads.hh
4.91KB
log4cpp/include/log4cpp/threading/OmniThreads.hh
4.57KB
log4cpp/include/log4cpp/threading/PThreads.hh
2.86KB
log4cpp/include/log4cpp/threading/Threading.hh
827B
log4cpp/include/log4cpp/TimeStamp.hh
1.85KB
log4cpp/include/log4cpp/TriggeringEventEvaluator.hh
609B
log4cpp/include/log4cpp/TriggeringEventEvaluatorFactory.hh
1.31KB
log4cpp/include/log4cpp/Win32DebugAppender.hh
1.49KB
log4cpp/include/Makefile.am
18B
log4cpp/include/Makefile.in
19.52KB
log4cpp/msvc142 win32 debug/
-
log4cpp/msvc142 win32 debug/log4cpp.dll
664.5KB
log4cpp/msvc142 win32 debug/log4cpp.lib
168.56KB
log4cpp/msvc143 win32 debug/
-
log4cpp/msvc143 win32 debug/log4cpp.dll
664KB
log4cpp/msvc143 win32 debug/log4cpp.lib
168.56KB

资源内容介绍

msvc142/143 编译的log4cpp依赖
/* * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved. * Copyright 2002, Bastiaan Bakker. All rights reserved. * * See the COPYING file for the terms of usage and distribution. */#ifndef _INCLUDE_LOG4CPP_CONFIG_WIN32_H#define _INCLUDE_LOG4CPP_CONFIG_WIN32_H 1 #ifndef LOG4CPP_HAVE_FTIME #define LOG4CPP_HAVE_FTIME 1 #endif #ifndef LOG4CPP_HAVE_INT64_T #define LOG4CPP_HAVE_INT64_Ttypedef __int64 int64_t;#ifndef LOG4CPP_HAVE_IN_ADDR_T #define LOG4CPP_HAVE_IN_ADDR_T#ifndef u_long typedef unsigned long u_long;#endiftypedef u_long in_addr_t;// typedef u_shortin_port_t;#endif#if defined(_MSC_VER) && _MSC_VER < 1300#define LOG4CPP_MISSING_INT64_OSTREAM_OP #endif#endif#ifndef LOG4CPP_HAVE_IO_H#define LOG4CPP_HAVE_IO_H 1#endif#ifndef LOG4CPP_PACKAGE#define LOG4CPP_PACKAGE "log4cpp"#endif#ifndef LOG4CPP_VERSION#define LOG4CPP_VERSION "1.0"#endif#ifndef LOG4CPP_HAVE_NAMESPACES#define LOG4CPP_HAVE_NAMESPACES 1#endif#ifndef LOG4CPP_HAVE_SSTREAM#define LOG4CPP_HAVE_SSTREAM 1#endif#if defined(_MSC_VER)# if _MSC_VER < 1300# define LOG4CPP_HAS_WCHAR_T 0# else# define LOG4CPP_HAS_WCHAR_T 1# endif#else# define LOG4CPP_HAS_WCHAR_T 1#endif#ifndef LOG4CPP_HAVE_SNPRINTF#define LOG4CPP_HAVE_SNPRINTF 1#endif#if defined(_MSC_VER) && _MSC_VER >= 1300#define LOG4CPP_HAVE_LOCALTIME_R 1#endif#ifndef LOG4CPP_FIX_ERROR_COLLISION#define LOG4CPP_FIX_ERROR_COLLISION 1#endif#ifndef WIN32#define WIN32#endif#ifndef LOG4CPP_HAVE_THREADING#define LOG4CPP_HAVE_THREADING#endif#ifndef LOG4CPP_USE_MSTHREADS#define LOG4CPP_USE_MSTHREADS#endif#ifndef LOG4CPP_SUPPLY_DLLMAIN#define LOG4CPP_SUPPLY_DLLMAIN#endif#if defined(_MSC_VER) && _MSC_VER < 1300#ifndef LOG4CPP_CSTDLIB_NOT_IN_STD#define LOG4CPP_CSTDLIB_NOT_IN_STD#endif#ifndef LOG4CPP_CSTRING_NOT_IN_STD#define LOG4CPP_CSTRING_NOT_IN_STD#endif#ifndef LOG4CPP_CTIME_NOT_IN_STD#define LOG4CPP_CTIME_NOT_IN_STD#endif#ifndef LOG4CPP_CMATH_NOT_IN_STD#define LOG4CPP_CMATH_NOT_IN_STD#endif#endif#if !defined(__BORLANDC__)typedef int mode_t;#endif#if defined(_MSC_VER) && _MSC_VER == 1310// warning C4275: interface non dll class 'std::runtime_error' utilis�e comme base // d'une interface dll class 'log4cpp::ConfigureFailure'#pragma warning(disable: 4275)#endif#endif

用户评论 (0)

发表评论

captcha