• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
8[Core]
9
10Filter="%Severity% >= debug"
11
12
13[Sinks.1]
14
15Destination=Console
16Format="%TimeStamp% [%Severity%] *** %Message%"
17Filter="%Tag% | %Severity% > info"
18
19
20[Sinks.2]
21
22Destination=TextFile
23FileName=test.log
24AutoFlush=true
25Format="[%TimeStamp%] [%Severity%] [%Tag%] %Message%"
26