Go to the documentation of this file.
30 #include <ArmarXCore/interface/core/Log.h>
61 void writeLog(
const LogMessage&,
const Ice::Current&)
override;
74 const std::string& fileBasename,
75 const std::string& fileNameEnding)
const;
void writeLog(const LogMessage &, const Ice::Current &) override
std::string applicationsLogFileBasePath
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
std::string getNextLogFileNameAndDeleteOldFiles(const std::string &dir, int maxLogFileCount, const std::string &fileBasename, const std::string &fileNameEnding) const
std::vector< std::string > getDirListOrderedByDate(const std::string &dir) const
void onDisconnectComponent() override
Hook for subclass.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
Creates the property definition container.
Baseclass for all ArmarX ManagedIceObjects requiring properties.
void onConnectComponent() override
Pure virtual hook for the subclass.
std::string getDefaultName() const override
Retrieve default name of component.
ArmarXFileLoggerPropertyDefinitions(std::string prefix)
void onExitComponent() override
Hook for subclass.
Default component property definition container.
void onInitComponent() override
Pure virtual hook for the subclass.
std::map< std::string, std::shared_ptr< std::ofstream > > applicationFileStreams
Brief description of class ArmarXFileLogger.
This file offers overloads of toIce() and fromIce() functions for STL container types.