tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

lib_log.md (352B)


@dir /lib/log @brief lib/log: Log messages to files, syslogs, etc.

You can think of this as the logical "midpoint" of the \refdir{lib} code": much of the higher-level code is higher-level because it uses the logging module, and much of the lower-level code is specifically written to avoid having to log, because the logging module depends on it.