#include "matl_buy_policy.h"
#include <sstream>
#include "error.h"
Go to the source code of this file.
|
#define | LG(X) |
|
#define | LGH(X) |
|
◆ LG
Value:
#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 7 of file matl_buy_policy.cc.
◆ LGH
Value: LOG(LEV_##X,
"buypol") <<
"policy " << name_ <<
" (agent " \
<< Trader::manager()->prototype() << "-" \
<< Trader::manager()->id() << "): "
Definition at line 8 of file matl_buy_policy.cc.