Skip to content
  1. Apr 08, 2024
  2. May 04, 2019
  3. Mar 25, 2018
  4. 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
  5. Mar 19, 2016
  6. Mar 07, 2015
  7. Nov 26, 2014
  8. Nov 13, 2014
  9. Jul 04, 2014
  10. Jul 01, 2014