|
ifw-fgf 1.0.0-pre1
|
#include <fmt/format.h>#include <log4cplus/configurator.h>#include <log4cplus/logger.h>#include <log4cplus/loggingmacros.h>#include <log4cplus/helpers/stringhelper.h>#include <open62541/server.h>#include <open62541/plugin/log_stdout.h>#include <ifw/fnd/defs/dataType.hpp>Go to the source code of this file.
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::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) |
| void | ifw::fgf::common::CustomOpen62541Log (void *log_context, UA_LogLevel level, UA_LogCategory category, const char *msg, va_list args) |