Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-11 | Logging: export logMessagesToJSON. | John MacFarlane | 1 | -0/+10 | |
Use a deterministic order for fields. | |||||
2017-02-11 | Use new warnings throughout the code base. | John MacFarlane | 1 | -31/+74 | |
2017-02-10 | Logging: added ToJSON instance and showLogMessage. | John MacFarlane | 1 | -3/+96 | |
This gives us the possibility of both machine-readable and human-readable output for log messages. See #3392. | |||||
2017-02-10 | Added Text.Pandoc.Logging (exported module). | John MacFarlane | 1 | -0/+76 | |
This now contains the Verbosity definition previously in Options, as well as a new LogMessage datatype that will eventually be used instead of raw strings for warnings. This will enable us, among other things, to provide machine-readable warnings if desired. See #3392. |