Loading...
Searching...
No Matches
Logging class used to get feedback about the API actions.
More...
#include <gamslog.h>
Logging class used to get feedback about the API actions.
Definition at line 96 of file gamslog.h.
◆ Logger()
Constructor.
- Parameters
-
logID | A GAMS log ID. |
debug | A GAMS debug level. |
where | Location of the log file. |
Definition at line 104 of file gamslog.h.
◆ ~Logger()
gams::Logger::~Logger |
( |
| ) |
|
◆ operator<<() [1/3]
Logger & gams::Logger::operator<< |
( |
const std::string & |
value | ) |
|
|
inline |
Inserts data to log.
- Returns
- Returns the logger reference (*this).
Definition at line 122 of file gamslog.h.
◆ operator<<() [2/3]
template<typename T >
Logger & gams::Logger::operator<< |
( |
const T & |
value | ) |
|
|
inline |
Inserts data to log.
- Returns
- Returns the logger reference (*this).
Definition at line 130 of file gamslog.h.
◆ operator<<() [3/3]
Logger & gams::Logger::operator<< |
( |
std::ostream &(*)(std::ostream &) |
os | ) |
|
|
inline |
Inserts data to log.
- Returns
- Returns the logger reference (*this).
Definition at line 113 of file gamslog.h.