Changeset 123 in flair-src for trunk/lib/FlairCore
- Timestamp:
- Jan 10, 2017, 3:56:53 PM (8 years ago)
- Location:
- trunk/lib/FlairCore/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/FrameworkManager.cpp
r122 r123 174 174 } 175 175 176 string FrameworkManager::GetLogPath(void) const { 177 return pimpl_->log_path; 178 } 176 179 void FrameworkManager::AddDeviceToLog(IODevice *device) { 177 180 pimpl_->AddDeviceToLog(device); -
trunk/lib/FlairCore/src/FrameworkManager.h
r122 r123 109 109 */ 110 110 void SetupLogger(std::string log_path); 111 112 /*! 113 * \brief Get log path 114 * 115 * get the path defined by SetupLogger 116 * 117 * \return log path 118 */ 119 std::string GetLogPath(void) const; 111 120 112 121 /*!
Note:
See TracChangeset
for help on using the changeset viewer.