blob: 0b5c67705ab50b3d83b30544ce823218edda2941 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
Warning=0x2:STATUS_SEVERITY_WARNING
Error=0x3:STATUS_SEVERITY_ERROR)
FacilityNames=(Host=0x0:FACILITY_HOST)
LanguageNames=(English=0x409:MSG00409)
; // The categories of events.
MessageIdTypedef=WORD
MessageId=0x1
SymbolicName=HOST_CATEGORY
Language=English
Host
.
; // The message definitions.
MessageIdTypedef=DWORD
MessageId=1
Severity=Informational
Facility=Host
SymbolicName=MSG_HOST_CLIENT_CONNECTED
Language=English
Client connected: %1.
.
MessageId=2
Severity=Informational
Facility=Host
SymbolicName=MSG_HOST_CLIENT_DISCONNECTED
Language=English
Client disconnected: %1.
.
MessageId=3
Severity=Error
Facility=Host
SymbolicName=MSG_HOST_CLIENT_ACCESS_DENIED
Language=English
Access denied for client: %1.
.
MessageId=4
Severity=Informational
Facility=Host
SymbolicName=MSG_HOST_CLIENT_ROUTING_CHANGED
Language=English
Channel IP for client: %1 ip='%2' host_ip='%3' channel='%4' connection='%5'.
.
MessageId=5
Severity=Informational
Facility=Host
SymbolicName=MSG_HOST_STARTED
Language=English
Host started for user: %1.
.
|