Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
EventLoggerMsg.h
Go to the documentation of this file.
1 //
2 // Copyright (c) ZeroC, Inc. All rights reserved.
3 //
4//
5// Values are 32 bit values laid out as follows:
6//
7// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
8// 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
9// +---+-+-+-----------------------+-------------------------------+
10// |Sev|C|R| Facility | Code |
11// +---+-+-+-----------------------+-------------------------------+
12//
13// where
14//
15// Sev - is the severity code
16//
17// 00 - Success
18// 01 - Informational
19// 10 - Warning
20// 11 - Error
21//
22// C - is the Customer code flag
23//
24// R - is a reserved bit
25//
26// Facility - is the facility code
27//
28// Code - is the facility's status code
29//
30//
31// Define the facility codes
32//
33
34
35//
36// Define the severity codes
37//
38
39
40//
41// MessageId: EVENT_LOGGER_MSG
42//
43// MessageText:
44//
45// %1
46//
47#define EVENT_LOGGER_MSG 0x00000000L
48