1. 30 Jun, 2016 1 commit
  2. 29 Jun, 2016 18 commits
  3. 23 Jun, 2016 3 commits
  4. 22 Jun, 2016 12 commits
  5. 21 Jun, 2016 4 commits
  6. 20 Jun, 2016 2 commits
    • Matthias Vallentin's avatar
      Make logger more flexible · 9e0bec39
      Matthias Vallentin authored
      New overloads let the logger stream any object which can stream via
      operator<< into a std::stringstream.
      9e0bec39
    • Matthias Vallentin's avatar
      Add new log component features · a0b58f45
      Matthias Vallentin authored
      By defining CAF_LOG_COMPONENT before including caf/logger.hpp, users can
      now define their own log component, which is a string that appears as
      second log column to faciliate distinguishing user and system log
      messages.
      a0b58f45