drgn/docs
Omar Sandoval 81c8672d4d libdrgn: python: log to the standard logging module
Rather than coming up with our own, separate logging API for the Python
bindings, let's integrate with the logging module. The straightforward
part is creating a logger from the C extension and adding a log callback
that calls its log() method. However, syncing the log level between the
logging module and libdrgn requires monkey patching.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2023-07-18 12:47:34 -07:00
..
_static docs: document that Type == is not for type checking 2019-11-24 09:45:39 -08:00
case_studies docs: use extlink in Kyber case study 2022-01-22 11:20:23 -08:00
exts drgndoc: support formating unary operators 2023-01-13 10:38:44 -08:00
release_highlights docs: add 0.0.23 release highlights 2023-06-28 13:58:19 -07:00
advanced_usage.rst libdrgn: linux_kernel: add object finder for jiffies 2023-02-22 11:15:37 -08:00
api_reference.rst libdrgn: python: log to the standard logging module 2023-07-18 12:47:34 -07:00
case_studies.rst docs: add a writeup of an investigation using stack trace variables 2021-06-09 01:52:10 -07:00
conf.py docs: add 0.0.23 release highlights 2023-06-28 13:58:19 -07:00
favicon.ico Add logo and favicon 2019-04-17 01:16:31 -07:00
getting_debugging_symbols.rst docs: document how to get debugging symbols 2021-11-02 17:48:36 -07:00
helpers.rst Add type hint stubs and generate documentation from them 2020-02-25 13:39:06 -08:00
index.rst docs: add release highlights for 0.0.22 2023-01-06 15:21:43 -08:00
installation.rst libdrgn: replace gen_arch.awk with gen_arch_inc_strswitch.py 2022-03-02 16:10:43 -08:00
release_highlights.rst docs: add 0.0.23 release highlights 2023-06-28 13:58:19 -07:00
requirements.txt docs: update required Sphinx version to 5.1.1 2022-07-27 10:04:20 -07:00
user_guide.rst cli: Separate the main function from the REPL 2023-02-01 09:30:02 -08:00