hledger/hledger-lib/Hledger/Utils
Simon Michael 988c164ec8 imp: debug logging improvements; hledger-ui logs to hledger-ui.log only
Hledger.Utils.Debug's "trace or log" functions are now controlled as
follows: to enable logging, append ",logging" to the program name at
startup (using withProgName). This also works when running in GHCI.
And they log to PROGNAME.log, not debug.log.

All (hopefully) debug logging in the hledger packages is now "trace or
log" capable.

This means that hledger-ui should now log all debug output to
./hledger-ui.log, with none of it appearing on the console.
2022-11-03 16:07:54 -10:00
..
Debug.hs imp: debug logging improvements; hledger-ui logs to hledger-ui.log only 2022-11-03 16:07:54 -10:00
Parse.hs imp: debug logging improvements; hledger-ui logs to hledger-ui.log only 2022-11-03 16:07:54 -10:00
Print.hs imp: lib: move hledger-specific things out of Hledger.Utils.Debug 2022-10-29 13:04:47 -10:00
Regex.hs dev: lib, cli, bin: enable/fix name shadowing warnings 2022-08-23 12:16:15 +01:00
String.hs feat: api: quoteForCommandLine: some very shady CLI escaping 2022-07-31 08:26:30 +01:00
Test.hs imp: lib: separate Hledger.Utils.Print 2022-10-29 12:39:46 -10:00
Text.hs fix: Ensure head and tail are not called on empty account names. 2021-12-22 14:37:37 -10:00