]> git.proxmox.com Git - mirror_smartmontools-debian.git/blame - os_win32/syslogevt.mc
Merge commit 'upstream/5.38+svn2879'
[mirror_smartmontools-debian.git] / os_win32 / syslogevt.mc
CommitLineData
2127e193
GI
1;/*
2; * os_win32/syslogevt.mc
3; *
4; * Home page of code is: http://smartmontools.sourceforge.net
5; *
6; * Copyright (C) 2004-8 Christian Franke <smartmontools-support@lists.sourceforge.net>
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
14; * (for example COPYING); if not, write to the Free
15; * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16; *
17; */
18;
19;// $Id: syslogevt.mc,v 1.5 2008/03/04 22:09:48 ballen4705 Exp $
20;
21;// Use message compiler "mc" to generate
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;
27;
28
29MessageId=0x0
30Severity=Success
31Facility=Application
32SymbolicName=MSG_SYSLOG
33Language=English
34%1
35.
36;// 1-10 Line SYSLOG Messages
37;// %1=Ident, %2=PID, %3=Severity, %[4-13]=Line 1-10
38MessageId=0x1
39Severity=Success
40Facility=Application
41SymbolicName=MSG_SYSLOG_01
42Language=English
43%1[%2]:%3: %4
44.
45MessageId=0x2
46Severity=Success
47Facility=Application
48SymbolicName=MSG_SYSLOG_02
49Language=English
50%1[%2]:%3%n
51%4%n
52%5
53.
54MessageId=0x3
55Severity=Success
56Facility=Application
57SymbolicName=MSG_SYSLOG_03
58Language=English
59%1[%2]:%3%n
60%4%n
61%5%n
62%6
63.
64MessageId=0x4
65Severity=Success
66Facility=Application
67SymbolicName=MSG_SYSLOG_04
68Language=English
69%1[%2]:%3%n
70%4%n
71%5%n
72%6%n
73%7
74.
75MessageId=0x5
76Severity=Success
77Facility=Application
78SymbolicName=MSG_SYSLOG_05
79Language=English
80%1[%2]:%3%n
81%4%n
82%5%n
83%6%n
84%7%n
85%8
86.
87MessageId=0x6
88Severity=Success
89Facility=Application
90SymbolicName=MSG_SYSLOG_06
91Language=English
92%1[%2]:%3%n
93%4%n
94%5%n
95%6%n
96%7%n
97%8%n
98%9
99.
100MessageId=0x7
101Severity=Success
102Facility=Application
103SymbolicName=MSG_SYSLOG_07
104Language=English
105%1[%2]:%3%n
106%4%n
107%5%n
108%6%n
109%7%n
110%8%n
111%9%n
112%10
113.
114MessageId=0x8
115Severity=Success
116Facility=Application
117SymbolicName=MSG_SYSLOG_08
118Language=English
119%1[%2]:%3%n
120%4%n
121%5%n
122%6%n
123%7%n
124%8%n
125%9%n
126%10%n
127%11
128.
129MessageId=0x9
130Severity=Success
131Facility=Application
132SymbolicName=MSG_SYSLOG_09
133Language=English
134%1[%2]:%3%n
135%4%n
136%5%n
137%6%n
138%7%n
139%8%n
140%9%n
141%10%n
142%11%n
143%12
144.
145MessageId=0xa
146Severity=Success
147Facility=Application
148SymbolicName=MSG_SYSLOG_10
149Language=English
150%1[%2]:%3%n
151%4%n
152%5%n
153%6%n
154%7%n
155%8%n
156%9%n
157%10%n
158%11%n
159%12%n
160%13
161.