CYCLUS
Namespaces | Macros
matl_sell_policy.cc File Reference
#include "matl_sell_policy.h"
#include "error.h"

Go to the source code of this file.

Namespaces

 cyclus
 
 cyclus::toolkit
 

Macros

#define LG(X)   LOG(LEV_##X, "selpol")
 
#define LGH(X)
 

Macro Definition Documentation

◆ LG

#define LG (   X)    LOG(LEV_##X, "selpol")

Definition at line 5 of file matl_sell_policy.cc.

◆ LGH

#define LGH (   X)
Value:
LOG(LEV_##X, "selpol") << "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: logger.h:35

Definition at line 6 of file matl_sell_policy.cc.