Files
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
..
2019-05-25 11:47:44 +02:00
2019-04-30 13:11:33 +02:00
2019-05-05 12:09:25 +02:00
2019-04-30 13:11:33 +02:00
2019-04-06 23:23:48 +02:00
2019-05-05 12:09:25 +02:00
2019-05-25 11:47:44 +02:00