From e3f1c54506041fc65e261cd27d34fb04b44a90c7 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 1 Feb 2021 18:21:19 -0500 Subject: Add a basic logging framework Create a basic system to emit diagnostics to the user during operation. Mimic the glog API for the most part, but use an output format similar to that of coreutils and other established command-line tools. Reviewed-by: Alex Chernyakhovsky --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7ad1c3c..4afd7d9 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,6 @@ # the License. *.o +*_test .ninja_* gsrsup -- cgit v1.2.3