ifw-fgf 1.0.0-pre1
|
#include <iostream>
#include <string>
#include <cstdlib>
#include <sys/stat.h>
#include <ifw/fgf/common/logger.hpp>
Namespaces | |
namespace | ifw |
namespace | ifw::fgf |
namespace | ifw::fgf::common |
Frame Grabber Camera Base Class definitions. | |
Functions | |
const std::string & | ifw::fgf::common::LogPropertiesName (const std::string &log_properties="") |
Set the name of the log properties (default: "config/ifw/fgf/common/log.properties"). | |
const std::string & | ifw::fgf::common::AppLogName (const std::string &_fgf_logger_name="") |
Set the name of the logger for this app (default: "fgf-app"). | |
void | ifw::fgf::common::CustomOpen62541Log (void *log_context, UA_LogLevel level, UA_LogCategory category, const char *msg, va_list args) |
void | ifw::fgf::common::ConfigureLogging () |
Configure log4cplus. | |
log4cplus::Logger & | ifw::fgf::common::GetRootLogger () |
Return reference to root logger. | |
log4cplus::Logger & | ifw::fgf::common::GetAppLogger () |
Return reference to application logger. | |
std::string | ifw::fgf::common::FindFile (const std::string &resource_filename) |