Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
;/**********************************************************************/ ;/** Microsoft Windows NT **/ ;/** Copyright(c) Microsoft Corp., 1993 **/ ;/**********************************************************************/ ; ;/*
; LOGMSG.h ; ; This file is generated by the MC tool from the LOGMSG.MC message ; file. ; ; ; FILE HISTORY: ; KeithMo 19-Mar-1993 Created. ; ;*/ ; ; ;#ifndef _LOGMSG_H_ ;#define _LOGMSG_H_ ;
SeverityNames=(Success=0x0 Informational=0x1 Warning=0x2 Error=0x3 )
Messageid=1 Severity=Error SymbolicName=LOG_EVENT_DISK_FULL_SHUTDOWN Language=English IIS Logging for %1 has been shutdown because a disk full error has been encountered. .
Messageid=2 Severity=Error SymbolicName=LOG_EVENT_CREATE_DIR_ERROR Language=English IIS Logging was unable to create the directory %1. The data is the error. .
Messageid=3 Severity=Error SymbolicName=LOG_EVENT_CREATE_FILE_ERROR Language=English IIS Logging was unable to create the file %1. The data is the error. .
Messageid=4 Severity=Informational SymbolicName=LOG_EVENT_RESUME_LOGGING Language=English IIS Logging for %1 was resumed. .
Messageid=5 Severity=Error SymbolicName=LOG_EVENT_ODBC_CONNECT_ERROR Language=English IIS ODBC Logging failed to connect to data source %1. Error text is [%2]. .
Messageid=6 Severity=Error SymbolicName=LOG_EVENT_ODBC_LOGGING_ERROR Language=English IIS ODBC Logging failed to log data to data source %1. .
Messageid=7 Severity=Informational SymbolicName=LOG_EVENT_ODBC_LOGGING_RESUMED Language=English IIS ODBC Logging resumed logging to data source %1. .
; ;#endif // _LOGMSG_H_
;
|