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. |
||
|---|---|---|
| .. | ||
| Hledger | ||
| other/ledger-parse | ||
| test | ||
| Text | ||
| .date.m4 | ||
| .ghci | ||
| .version | ||
| .version.m4 | ||
| CHANGES.md | ||
| hledger-lib.cabal | ||
| Hledger.hs | ||
| LICENSE | ||
| package.yaml | ||
| README.md | ||
| Setup.hs | ||
hledger-lib
A reusable library containing hledger’s core functionality. This is used by most hledger* packages so that they support the same common file formats, command line options, reports etc.
See also: the project README and home page.