logging::ACSLoggingEvent

NAME
SYNOPSIS
Constructor & Destructor Documentation
Member Data Documentation
Author

NAME

logging::ACSLoggingEvent −

SYNOPSIS

#include <loggingACSLoggingEvent.h>

Public Member Functions

ACSLoggingEvent ()

ACSLoggingEvent (const std::string &logger, const std::string &message,::log4cpp::Priority::Value priority, const std::string &routine, const std::string &file, unsigned int line, const std::string &host, const std::string &context, const std::string &audience, const std::string &sourceObject, const std::string &array, const std::string &antenna, const std::string &stackId, const int stackLevel, const std::string &uri)

Public Attributes

::std::string routineName

::std::string fileName

unsigned int line

::std::string hostName

::std::string contextName

::std::string audienceName

::std::string sourceObject

::std::string array

::std::string antenna

::std::string stackId

int stackLevel

::std::string uri

Constructor & Destructor Documentation

logging::ACSLoggingEvent::ACSLoggingEvent ()

logging::ACSLoggingEvent::ACSLoggingEvent (const std::string & logger, const std::string & message, ::log4cpp::Priority::Value priority, const std::string & routine, const std::string & file, unsigned int line, const std::string & host, const std::string & context, const std::string & audience, const std::string & sourceObject, const std::string & array, const std::string & antenna, const std::string & stackId, const int stackLevel, const std::string & uri)

Member Data Documentation

::std::string logging::ACSLoggingEvent::antenna

::std::string logging::ACSLoggingEvent::array

::std::string logging::ACSLoggingEvent::audienceName

::std::string logging::ACSLoggingEvent::contextName

::std::string logging::ACSLoggingEvent::fileName Name of the file which generate the routine (__FILE__)

::std::string logging::ACSLoggingEvent::hostName Name of the host, it should be used ACE_OS::hostname() to retrieve the name

unsigned int logging::ACSLoggingEvent::line

::std::string logging::ACSLoggingEvent::routineName Name of the routine which generate the log.

::std::string logging::ACSLoggingEvent::sourceObject

::std::string logging::ACSLoggingEvent::stackId

int logging::ACSLoggingEvent::stackLevel

::std::string logging::ACSLoggingEvent::uri

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.