indentlog: ++ FILES

This commit is contained in:
Roland Conybeare 2023-09-18 13:33:07 -04:00
commit 38101cce90

8
FILES
View file

@ -13,7 +13,13 @@ directory layout
+- compile_commands.json symlink to record of compiler commands; for LSP support
+- include to install, copy contents of this directory to permanent location
| \- indentlog
| +- scope.hpp
| +- scope.hpp logger api -- appl code will #include this
| +- log_config.hpp logger api -- control logger format, verbosity, colors etc.
| +- log_level.hpp encode logger verbosity
| +- log_state.hpp per-thread state tracking (e.g. recognize nesting)
| +- log_streambuf.hpp custom streambuf
| \- print
| +- tag.hpp stream inserters
| ...
\- example
+- CMakeLists.txt cmake config