]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - os_win32/syslogevt.mc
Merge branch 'upstream'
[mirror_smartmontools-debian.git] / os_win32 / syslogevt.mc
1 ;/*
2 ; * os_win32/syslogevt.mc
3 ; *
4 ; * Home page of code is: http://smartmontools.sourceforge.net
5 ; *
6 ; * Copyright (C) 2004-6 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.4 2006/04/12 14:54:29 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
29 MessageId=0x0
30 Severity=Success
31 Facility=Application
32 SymbolicName=MSG_SYSLOG
33 Language=English
34 %1
35 .
36 ;// 1-10 Line SYSLOG Messages
37 ;// %1=Ident, %2=PID, %3=Severity, %[4-13]=Line 1-10
38 MessageId=0x1
39 Severity=Success
40 Facility=Application
41 SymbolicName=MSG_SYSLOG_01
42 Language=English
43 %1[%2]:%3: %4
44 .
45 MessageId=0x2
46 Severity=Success
47 Facility=Application
48 SymbolicName=MSG_SYSLOG_02
49 Language=English
50 %1[%2]:%3%n
51 %4%n
52 %5
53 .
54 MessageId=0x3
55 Severity=Success
56 Facility=Application
57 SymbolicName=MSG_SYSLOG_03
58 Language=English
59 %1[%2]:%3%n
60 %4%n
61 %5%n
62 %6
63 .
64 MessageId=0x4
65 Severity=Success
66 Facility=Application
67 SymbolicName=MSG_SYSLOG_04
68 Language=English
69 %1[%2]:%3%n
70 %4%n
71 %5%n
72 %6%n
73 %7
74 .
75 MessageId=0x5
76 Severity=Success
77 Facility=Application
78 SymbolicName=MSG_SYSLOG_05
79 Language=English
80 %1[%2]:%3%n
81 %4%n
82 %5%n
83 %6%n
84 %7%n
85 %8
86 .
87 MessageId=0x6
88 Severity=Success
89 Facility=Application
90 SymbolicName=MSG_SYSLOG_06
91 Language=English
92 %1[%2]:%3%n
93 %4%n
94 %5%n
95 %6%n
96 %7%n
97 %8%n
98 %9
99 .
100 MessageId=0x7
101 Severity=Success
102 Facility=Application
103 SymbolicName=MSG_SYSLOG_07
104 Language=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 .
114 MessageId=0x8
115 Severity=Success
116 Facility=Application
117 SymbolicName=MSG_SYSLOG_08
118 Language=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 .
129 MessageId=0x9
130 Severity=Success
131 Facility=Application
132 SymbolicName=MSG_SYSLOG_09
133 Language=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 .
145 MessageId=0xa
146 Severity=Success
147 Facility=Application
148 SymbolicName=MSG_SYSLOG_10
149 Language=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 .