aboutsummaryrefslogtreecommitdiff
path: root/log.h
Commit message (Collapse)AuthorAge
* Add CHECK macro to logging frameworkGravatar Benjamin Barenblat2021-07-06
| | | | Reviewed-by: Alex Chernyakhovsky <achernya@google.com>
* Add convenience functions to logging frameworkGravatar Benjamin Barenblat2021-02-08
| | | | Reviewed-by: Alex Chernyakhovsky <achernya@google.com>
* Add a basic logging frameworkGravatar Benjamin Barenblat2021-02-04
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 <achernya@google.com>