The C++ framework for developing highly scalable, high performance servers on Windows platforms.

DebugLogFileConfigManager.cpp File Reference


Namespaces

namespace  JetByteTools
namespace  JetByteTools::Core
namespace  JetByteTools::Core::Windows

Defines

#define LOG_DEBUG_MESSAGE(_cls, _m)   CORE_TOOLS_LOG(CDebugLog::DebugLogManager, _cls, _m)
#define TRACE(_m)   LOG_DEBUG_MESSAGE(CDebugLog::Trace, _m)
#define VERBOSE(_m)   LOG_DEBUG_MESSAGE(CDebugLog::Verbose, _m)
#define ERROR(_m)   LOG_DEBUG_MESSAGE(CDebugLog::Error, _m)
#define WARNING(_m)   LOG_DEBUG_MESSAGE(CDebugLog::Warning, _m)

Functions

static const _tstring s_logConfig (_T("Log"))

Variables

static const _tstring s_emptyString


Define Documentation

#define ERROR ( _m   )     LOG_DEBUG_MESSAGE(CDebugLog::Error, _m)

#define LOG_DEBUG_MESSAGE ( _cls,
_m   )     CORE_TOOLS_LOG(CDebugLog::DebugLogManager, _cls, _m)

#define TRACE ( _m   )     LOG_DEBUG_MESSAGE(CDebugLog::Trace, _m)

#define VERBOSE ( _m   )     LOG_DEBUG_MESSAGE(CDebugLog::Verbose, _m)

#define WARNING ( _m   )     LOG_DEBUG_MESSAGE(CDebugLog::Warning, _m)


Generated on Sun Sep 12 19:06:42 2021 for The Server Framework - v7.4 by doxygen 1.5.3