Added set_logger.

This commit is contained in:
yhirose 2015-05-28 19:18:45 -04:00
parent 67b241caba
commit 7ef79b62e2

View File

@ -2065,6 +2065,11 @@ public:
return *this;
};
peg& set_logger(Log _log) {
log = _log;
return *this;
}
MatchAction match_action;
Log log;