From b550791d9279416525d0de48d22989bcf5397535 Mon Sep 17 00:00:00 2001 From: David Shah Date: Wed, 21 Nov 2018 17:08:45 +0000 Subject: Refactor log code and add log file support Signed-off-by: David Shah --- common/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/command.h') diff --git a/common/command.h b/common/command.h index 12f710f6..30e0e58b 100644 --- a/common/command.h +++ b/common/command.h @@ -66,6 +66,7 @@ class CommandHandler int argc; char **argv; ProjectHandler project; + std::ofstream logfile; }; NEXTPNR_NAMESPACE_END -- cgit v1.2.3