#include <Logger.h>
Public Member Functions | |
| Logger () | |
| virtual | ~Logger () |
Static Public Member Functions | |
| static log4cpp::Category & | getCategory (const std::string &category) |
| static void | log (const std::string &category, log4cpp::Priority::Value priority, const std::string &message) |
Private Attributes | |
| std::string | packagePath |
| std::string | propertyFile |
Definition at line 9 of file Logger.cpp.
| NasaCommonLogging::Logger::~Logger | ( | ) | [virtual] |
Definition at line 47 of file Logger.cpp.
| log4cpp::Category & NasaCommonLogging::Logger::getCategory | ( | const std::string & | category | ) | [static] |
Definition at line 56 of file Logger.cpp.
| void NasaCommonLogging::Logger::log | ( | const std::string & | category, |
| log4cpp::Priority::Value | priority, | ||
| const std::string & | message | ||
| ) | [static] |
Definition at line 51 of file Logger.cpp.
std::string NasaCommonLogging::Logger::packagePath [private] |
std::string NasaCommonLogging::Logger::propertyFile [private] |