1. May 01, 2019
    • Ian Partridge's avatar
      fix: don't call openlog() · 93e9cb65
      Ian Partridge authored
      `openlog()` may retain the `ident` internally, so we can't pass it the
      label's raw buffer.  Also, it's not necessary to call `openlog()`
      multiple times which would happen when it's called from the
      `LogHandler`'s initialization.
      
      Instead, pass the logger label in the log message.
      1.0.1
      93e9cb65
    • Ian Partridge's avatar
      Initial commit · ce723998
      Ian Partridge authored
      1.0.0
      ce723998