EventLogMsg.mc revision 99faa045b6241c1d2843cce1b7a9d9c97055beae
0N/A;/*
2362N/A; * CDDL HEADER START
0N/A; *
0N/A; * The contents of this file are subject to the terms of the
0N/A; * Common Development and Distribution License, Version 1.0 only
0N/A; * (the "License"). You may not use this file except in compliance
2362N/A; * with the License.
0N/A; *
2362N/A; * You can obtain a copy of the license at
0N/A; * trunk/opends/resource/legal-notices/OpenDS.LICENSE
0N/A; * or https://OpenDS.dev.java.net/OpenDS.LICENSE.
0N/A; * See the License for the specific language governing permissions
0N/A; * and limitations under the License.
0N/A; *
0N/A; * When distributing Covered Code, include this CDDL HEADER in each
0N/A; * file and include the License file at
0N/A; * trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
0N/A; * add the following below this CDDL HEADER, with the fields enclosed
0N/A; * by brackets "[]" replaced with your own identifying * information:
0N/A; * Portions Copyright [yyyy] [name of copyright owner]
2362N/A; *
2362N/A; * CDDL HEADER END
2362N/A; *
0N/A; *
0N/A; * Portions Copyright 2007 Sun Microsystems, Inc.
0N/A; */
0N/A;/*
0N/A; * ==========================================================================
0N/A; *
0N/A; * Definition of the messages sent to the Windows Event Log.
0N/A; *
0N/A; * ==========================================================================
0N/A; */
0N/A
0N/A;/*
0N/A; * ==========================================================================
0N/A; * Header Section
0N/A; * ==========================================================================
0N/A; */
0N/AMessageIdTypedef = DWORD
0N/A
0N/ALanguageNames = (
0N/A English = 0x409 : MSG00409
0N/A )
0N/A
0N/ASeverityNames = (
0N/A Success = 0x0 : WIN_STATUS_SEVERITY_SUCCESS
0N/A Informational = 0x1 : WIN_STATUS_SEVERITY_INFORMATIONAL
0N/A Warning = 0x2 : WIN_STATUS_SEVERITY_WARNING
0N/A Error = 0x3 : WIN_STATUS_SEVERITY_ERROR
0N/A )
0N/A
0N/AFacilityNames = (
0N/A OPENDS = 0xFA0 : WIN_FACILITY_NAME_OPENDS
0N/A )
0N/A
0N/A
0N/A;/*
; * ==========================================================================
; * Message Definition
; * ==========================================================================
; */
MessageId = 0x1
Severity = Success
Facility = OPENDS
SymbolicName = WIN_EVENT_ID_SERVER_STARTED
Language = English
OpenDS has started.
OpenDS is in %1.
.
MessageId = 0x2
Severity = Success
Facility = OPENDS
SymbolicName = WIN_EVENT_ID_SERVER_STOP
Language = English
OpenDS has shutdown.
OpenDS is in %1.
.
MessageId = 0x3
Severity = Error
Facility = OPENDS
SymbolicName = WIN_EVENT_ID_SERVER_START_FAILED
Language = English
OpenDS failed in startup.
OpenDS is in %1.
.
MessageId = 0x4
Severity = Error
Facility = OPENDS
SymbolicName = WIN_EVENT_ID_SERVER_STOP_FAILED
Language = English
OpenDS failed in stop.
OpenDS is in %1.
.
MessageId = 0x5
Severity = Informational
Facility = OPENDS
SymbolicName = WIN_EVENT_ID_DEBUG
Language = English
%1
.