settings.txt 494 B

12345678910111213141516171819202122232425
  1. #
  2. # Copyright Andrey Semashev 2007 - 2014.
  3. # Distributed under the Boost Software License, Version 1.0.
  4. # (See accompanying file LICENSE_1_0.txt or copy at
  5. # http://www.boost.org/LICENSE_1_0.txt)
  6. #
  7. [Core]
  8. Filter="%Severity% >= debug"
  9. [Sinks.1]
  10. Destination=Console
  11. Format="%TimeStamp% [%Severity%] *** %Message%"
  12. Filter="%Tag% | %Severity% > info"
  13. [Sinks.2]
  14. Destination=TextFile
  15. FileName=test.log
  16. AutoFlush=true
  17. Format="[%TimeStamp%] [%Severity%] [%Tag%] %Message%"