Skip to content
  1. Apr 08, 2024
  2. May 04, 2019
  3. Mar 20, 2019
  4. Mar 13, 2019
  5. Mar 03, 2019
  6. Feb 22, 2019
  7. Feb 21, 2019
  8. Feb 20, 2019
  9. Feb 15, 2019
  10. May 31, 2018
  11. Mar 25, 2018
  12. Jan 31, 2018
  13. Mar 02, 2017
  14. Apr 05, 2016
    • Toralf Wittner's avatar
      Change `setFormat` to accept `Maybe DateFormat`. · 871e7115
      Toralf Wittner authored
      Commit 5cf41025 introduced a bug which
      prevented client code from being able to clear the date format in
      settings. By implicitly wrapping the argument in a `Just` the actual
      timestamp rendering kicked in which produced an empty field in the log
      output.
      
      This commit fixes this behaviour by changing `setFormat` to take a
      `Maybe DateFormat` parameter. Client code can pass in `Nothing` to
      disable timestamps.
      871e7115
  15. Mar 20, 2016
  16. Mar 19, 2016
  17. Mar 10, 2016
    • Toralf Wittner's avatar
      Make `DateFormat` a function. · 5cf41025
      Toralf Wittner authored
      As discussed in #3, this exposes the `DateFormat` constructor to allow
      clients complete control over turning `UnixTime` values into
      `ByteStrings`.
      5cf41025
  18. Jun 29, 2015
  19. Mar 28, 2015
  20. Mar 07, 2015