fish-shell/sphinx_doc_src
ridiculousfish 63a16befd4 Introduce the fish log, a replacement for debug()
This adds a new mechanism for logging, intended to replace debug().

The entry points are FLOG and FLOGF. FLOG can be used to log a sequence of
arguments, FLOGF is for printf-style formatted strings.

Each call to FLOG and FLOGF requires a category. If logging for a category
is not enabled, there is no effect (and arguments are not evaluated).

Categories may be enabled on the command line via the -d option.
2019-05-27 17:24:52 -07:00
..
_static docs/tutorial: Fix prompt display 2019-05-25 11:47:44 +02:00
cmds Introduce the fish log, a replacement for debug() 2019-05-27 17:24:52 -07:00
commands.rst docs: Remove explicit .html links 2019-04-30 13:11:33 +02:00
conf.py Reformat all files 2019-05-05 12:09:25 +02:00
design.rst docs: Remove explicit .html links 2019-04-30 13:11:33 +02:00
faq.rst docs: Fix reference to FAQ 2019-04-06 23:23:48 +02:00
fish_indent_lexer.py Reformat all files 2019-05-05 12:09:25 +02:00
index.rst Document string split superpowers more 2019-05-19 19:40:48 +02:00
license.rst docs/license: Fix "anonymous hyperlink" warning 2019-03-29 21:13:10 +01:00
tutorial.rst docs/tutorial: Fix prompt display 2019-05-25 11:47:44 +02:00