~mmach/netext73/smartmontools

« back to all changes in this revision

Viewing changes to os_win32/syslogevt.mc

  • Committer: mmach
  • Date: 2019-11-14 13:22:36 UTC
  • Revision ID: netbit73@gmail.com-20191114132236-5pl3bwkmwrwqjk5u
test

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;/*
 
2
; * os_win32/syslogevt.mc
 
3
; *
 
4
; * Home page of code is: http://www.smartmontools.org
 
5
; *
 
6
; * Copyright (C) 2004-10 Christian Franke
 
7
; *
 
8
; * SPDX-License-Identifier: GPL-2.0-or-later
 
9
; */
 
10
;
 
11
;// $Id: syslogevt.mc 4760 2018-08-19 18:45:53Z chrfranke $
 
12
;
 
13
;// Use message compiler "mc" or "windmc" to generate
 
14
;//   syslogevt.rc, syslogevt.h, msg00001.bin
 
15
;// from this file.
 
16
;// MSG_SYSLOG in syslogmsg.h must be zero
 
17
;// MSG_SYSLOG_nn must be == nn
 
18
;
 
19
;// MS and binutils message compiler defaults for FacilityNames differ:
 
20
;// mc:     Application = 0x000
 
21
;// windmc: Application = 0xfff
 
22
FacilityNames = (Application = 0x000)
 
23
 
 
24
MessageId=0x0
 
25
Severity=Success
 
26
Facility=Application
 
27
SymbolicName=MSG_SYSLOG
 
28
Language=English
 
29
%1
 
30
.
 
31
;// 1-10 Line SYSLOG Messages
 
32
;// %1=Ident, %2=PID, %3=Severity, %[4-13]=Line 1-10
 
33
MessageId=0x1
 
34
Severity=Success
 
35
Facility=Application
 
36
SymbolicName=MSG_SYSLOG_01
 
37
Language=English
 
38
%1[%2]:%3: %4
 
39
.
 
40
MessageId=0x2
 
41
Severity=Success
 
42
Facility=Application
 
43
SymbolicName=MSG_SYSLOG_02
 
44
Language=English
 
45
%1[%2]:%3%n
 
46
%4%n
 
47
%5
 
48
.
 
49
MessageId=0x3
 
50
Severity=Success
 
51
Facility=Application
 
52
SymbolicName=MSG_SYSLOG_03
 
53
Language=English
 
54
%1[%2]:%3%n
 
55
%4%n
 
56
%5%n
 
57
%6
 
58
.
 
59
MessageId=0x4
 
60
Severity=Success
 
61
Facility=Application
 
62
SymbolicName=MSG_SYSLOG_04
 
63
Language=English
 
64
%1[%2]:%3%n
 
65
%4%n
 
66
%5%n
 
67
%6%n
 
68
%7
 
69
.
 
70
MessageId=0x5
 
71
Severity=Success
 
72
Facility=Application
 
73
SymbolicName=MSG_SYSLOG_05
 
74
Language=English
 
75
%1[%2]:%3%n
 
76
%4%n
 
77
%5%n
 
78
%6%n
 
79
%7%n
 
80
%8
 
81
.
 
82
MessageId=0x6
 
83
Severity=Success
 
84
Facility=Application
 
85
SymbolicName=MSG_SYSLOG_06
 
86
Language=English
 
87
%1[%2]:%3%n
 
88
%4%n
 
89
%5%n
 
90
%6%n
 
91
%7%n
 
92
%8%n
 
93
%9
 
94
.
 
95
MessageId=0x7
 
96
Severity=Success
 
97
Facility=Application
 
98
SymbolicName=MSG_SYSLOG_07
 
99
Language=English
 
100
%1[%2]:%3%n
 
101
%4%n
 
102
%5%n
 
103
%6%n
 
104
%7%n
 
105
%8%n
 
106
%9%n
 
107
%10
 
108
.
 
109
MessageId=0x8
 
110
Severity=Success
 
111
Facility=Application
 
112
SymbolicName=MSG_SYSLOG_08
 
113
Language=English
 
114
%1[%2]:%3%n
 
115
%4%n
 
116
%5%n
 
117
%6%n
 
118
%7%n
 
119
%8%n
 
120
%9%n
 
121
%10%n
 
122
%11
 
123
.
 
124
MessageId=0x9
 
125
Severity=Success
 
126
Facility=Application
 
127
SymbolicName=MSG_SYSLOG_09
 
128
Language=English
 
129
%1[%2]:%3%n
 
130
%4%n
 
131
%5%n
 
132
%6%n
 
133
%7%n
 
134
%8%n
 
135
%9%n
 
136
%10%n
 
137
%11%n
 
138
%12
 
139
.
 
140
MessageId=0xa
 
141
Severity=Success
 
142
Facility=Application
 
143
SymbolicName=MSG_SYSLOG_10
 
144
Language=English
 
145
%1[%2]:%3%n
 
146
%4%n
 
147
%5%n
 
148
%6%n
 
149
%7%n
 
150
%8%n
 
151
%9%n
 
152
%10%n
 
153
%11%n
 
154
%12%n
 
155
%13
 
156
.