]> git.proxmox.com Git - mirror_smartmontools-debian.git/blame - os_win32/syslogevt.mc
Imported Upstream version 6.1+svn3812
[mirror_smartmontools-debian.git] / os_win32 / syslogevt.mc
CommitLineData
a23d5117
GI
1;/*
2; * os_win32/syslogevt.mc
3; *
4; * Home page of code is: http://smartmontools.sourceforge.net
5; *
cfbba5b9 6; * Copyright (C) 2004-10 Christian Franke <smartmontools-support@lists.sourceforge.net>
a23d5117
GI
7; *
8; * This program is free software; you can redistribute it and/or modify
9; * it under the terms of the GNU General Public License as published by
10; * the Free Software Foundation; either version 2, or (at your option)
11; * any later version.
12; *
13; * You should have received a copy of the GNU General Public License
ee38a438
GI
14; * (for example COPYING); if not, write to the Free Software Foundation,
15; * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
a23d5117
GI
16; *
17; */
18;
ee38a438 19;// $Id: syslogevt.mc 3727 2012-12-13 17:23:06Z samm2 $
a23d5117 20;
cfbba5b9 21;// Use message compiler "mc" or "windmc" to generate
a23d5117
GI
22;// syslogevt.rc, syslogevt.h, msg00001.bin
23;// from this file.
24;// MSG_SYSLOG in syslogmsg.h must be zero
25;// MSG_SYSLOG_nn must be == nn
26;
cfbba5b9
GI
27;// MS and binutils message compiler defaults for FacilityNames differ:
28;// mc: Application = 0x000
29;// windmc: Application = 0xfff
30FacilityNames = (Application = 0x000)
a23d5117
GI
31
32MessageId=0x0
33Severity=Success
34Facility=Application
35SymbolicName=MSG_SYSLOG
36Language=English
37%1
38.
39;// 1-10 Line SYSLOG Messages
40;// %1=Ident, %2=PID, %3=Severity, %[4-13]=Line 1-10
41MessageId=0x1
42Severity=Success
43Facility=Application
44SymbolicName=MSG_SYSLOG_01
45Language=English
46%1[%2]:%3: %4
47.
48MessageId=0x2
49Severity=Success
50Facility=Application
51SymbolicName=MSG_SYSLOG_02
52Language=English
53%1[%2]:%3%n
54%4%n
55%5
56.
57MessageId=0x3
58Severity=Success
59Facility=Application
60SymbolicName=MSG_SYSLOG_03
61Language=English
62%1[%2]:%3%n
63%4%n
64%5%n
65%6
66.
67MessageId=0x4
68Severity=Success
69Facility=Application
70SymbolicName=MSG_SYSLOG_04
71Language=English
72%1[%2]:%3%n
73%4%n
74%5%n
75%6%n
76%7
77.
78MessageId=0x5
79Severity=Success
80Facility=Application
81SymbolicName=MSG_SYSLOG_05
82Language=English
83%1[%2]:%3%n
84%4%n
85%5%n
86%6%n
87%7%n
88%8
89.
90MessageId=0x6
91Severity=Success
92Facility=Application
93SymbolicName=MSG_SYSLOG_06
94Language=English
95%1[%2]:%3%n
96%4%n
97%5%n
98%6%n
99%7%n
100%8%n
101%9
102.
103MessageId=0x7
104Severity=Success
105Facility=Application
106SymbolicName=MSG_SYSLOG_07
107Language=English
108%1[%2]:%3%n
109%4%n
110%5%n
111%6%n
112%7%n
113%8%n
114%9%n
115%10
116.
117MessageId=0x8
118Severity=Success
119Facility=Application
120SymbolicName=MSG_SYSLOG_08
121Language=English
122%1[%2]:%3%n
123%4%n
124%5%n
125%6%n
126%7%n
127%8%n
128%9%n
129%10%n
130%11
131.
132MessageId=0x9
133Severity=Success
134Facility=Application
135SymbolicName=MSG_SYSLOG_09
136Language=English
137%1[%2]:%3%n
138%4%n
139%5%n
140%6%n
141%7%n
142%8%n
143%9%n
144%10%n
145%11%n
146%12
147.
148MessageId=0xa
149Severity=Success
150Facility=Application
151SymbolicName=MSG_SYSLOG_10
152Language=English
153%1[%2]:%3%n
154%4%n
155%5%n
156%6%n
157%7%n
158%8%n
159%9%n
160%10%n
161%11%n
162%12%n
163%13
164.