hledger/hledger-ui/Hledger/UI
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
..
AccountsScreen.hs dev: ui: rename hledger-ui debug helpers 2022-10-31 12:42:09 -10:00
BalancesheetScreen.hs dev: ui: rename hledger-ui debug helpers 2022-10-31 12:42:09 -10:00
Editor.hs Improve editor support 2021-06-16 14:11:36 -10:00
ErrorScreen.hs imp: debug logging improvements; hledger-ui logs to hledger-ui.log only 2022-11-03 16:07:54 -10:00
IncomestatementScreen.hs dev: ui: rename hledger-ui debug helpers 2022-10-31 12:42:09 -10:00
Main.hs imp: debug logging improvements; hledger-ui logs to hledger-ui.log only 2022-11-03 16:07:54 -10:00
MenuScreen.hs dev: ui: rename hledger-ui debug helpers 2022-10-31 12:42:09 -10:00
RegisterScreen.hs dev: ui: rename hledger-ui debug helpers 2022-10-31 12:42:09 -10:00
Theme.hs pkg: ui: use/require brick 1.0+ (#1889) 2022-08-17 15:57:27 +01:00
TransactionScreen.hs feat: ui: add income statement accounts screen 2022-09-11 13:51:40 -10:00
UIOptions.hs fix: make no-argument --debug flag work with ui & web also 2022-11-03 08:13:58 -10:00
UIScreens.hs dev: ui: rename hledger-ui debug helpers 2022-10-31 12:42:09 -10:00
UIState.hs fix: ui: fix regenerateScreens, it was not updating the journal 2022-10-28 23:03:12 -10:00
UITypes.hs feat: ui: add income statement accounts screen 2022-09-11 13:51:40 -10:00
UIUtils.hs imp: debug logging improvements; hledger-ui logs to hledger-ui.log only 2022-11-03 16:07:54 -10:00