• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1;/*
2; *          Copyright Andrey Semashev 2007 - 2015.
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; * This file is the Boost.Log library implementation, see the library documentation
8; * at http://www.boost.org/libs/log/doc/log.html.
9; */
10;
11;/* --------------------------------------------------------
12; * HEADER SECTION
13; */
14SeverityNames=(Debug=0x0:BOOST_LOG_SEVERITY_DEBUG
15               Info=0x1:BOOST_LOG_SEVERITY_INFO
16               Warning=0x2:BOOST_LOG_SEVERITY_WARNING
17               Error=0x3:BOOST_LOG_SEVERITY_ERROR
18              )
19;
20;
21;
22;/* ------------------------------------------------------------------
23; * MESSAGE DEFINITION SECTION
24; */
25
26MessageIdTypedef=DWORD
27
28MessageId=0x100
29Severity=Debug
30Facility=Application
31SymbolicName=BOOST_LOG_MSG_DEBUG
32Language=English
33%1
34.
35
36MessageId=0x101
37Severity=Info
38Facility=Application
39SymbolicName=BOOST_LOG_MSG_INFO
40Language=English
41%1
42.
43
44MessageId=0x102
45Severity=Warning
46Facility=Application
47SymbolicName=BOOST_LOG_MSG_WARNING
48Language=English
49%1
50.
51
52MessageId=0x103
53Severity=Error
54Facility=Application
55SymbolicName=BOOST_LOG_MSG_ERROR
56Language=English
57%1
58.
59