Skip to content
  1. May 04, 2019
  2. Mar 20, 2019
  3. Mar 13, 2019
  4. Mar 03, 2019
  5. Feb 22, 2019
  6. Feb 21, 2019
  7. Feb 20, 2019
  8. Feb 15, 2019
  9. May 31, 2018
  10. Mar 25, 2018
  11. Jan 31, 2018
  12. Mar 02, 2017
  13. 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
  14. Mar 20, 2016
  15. Mar 19, 2016
  16. 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
  17. Jun 29, 2015
  18. Mar 28, 2015
  19. Mar 07, 2015
  20. Dec 09, 2014
  21. Nov 26, 2014
  22. Nov 13, 2014