#include "matl_buy_policy.h"
#include <sstream>
#include "error.h"
Go to the source code of this file.
|
#define | LG(X) LOG(LEV_##X, "buypol") |
|
#define | LGH(X) |
|
◆ LG
#define LG |
( |
| X | ) |
LOG(LEV_##X, "buypol") |
◆ LGH
Value: LOG(LEV_##X,
"buypol") <<
"policy " << name_ <<
" (agent " \
<< Trader::manager()->prototype() << "-" \
<< Trader::manager()->id() << "): "
#define LOG(level, prefix)
allows easy logging via the streaming operator similar to std::cout; this is the primary way to use t...
Definition at line 8 of file matl_buy_policy.cc.