Files
openvpn-gui/eventmsg.mc
Selva Nair 854f5dc0e8 Add a message source for event logging
The message file eventmsg.mc is copied from oepenvpnserv
sources so that we can reuse openvpnservmsg.dll as our
event source.

Signed-off-by: Selva Nair <selva.nair@gmail.com>
2025-11-04 10:21:19 -05:00

24 lines
487 B
MonkeyC

MessageIdTypedef=DWORD
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
Warning=0x2:STATUS_SEVERITY_WARNING
Error=0x3:STATUS_SEVERITY_ERROR
)
FacilityNames=(System=0x0:FACILITY_SYSTEM
Runtime=0x2:FACILITY_RUNTIME
Stubs=0x3:FACILITY_STUBS
Io=0x4:FACILITY_IO_ERROR_CODE
)
LanguageNames=(English=0x409:MSG00409)
MessageId=0x1
Severity=Error
Facility=Runtime
SymbolicName=EVT_TEXT_2
Language=English
%1%n%2
.