Source code of Windows XP (NT5)
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.

73 lines
2.8 KiB

  1. ;/**********************************************************************/
  2. ;/** Microsoft Windows NT **/
  3. ;/** Copyright(c) Microsoft Corp., 1993 **/
  4. ;/**********************************************************************/
  5. ;
  6. ;/*
  7. ; LOGMSG.h
  8. ;
  9. ; This file is generated by the MC tool from the LOGMSG.MC message
  10. ; file.
  11. ;
  12. ;
  13. ; FILE HISTORY:
  14. ; KeithMo 19-Mar-1993 Created.
  15. ;
  16. ;*/
  17. ;
  18. ;
  19. ;#ifndef _LOGMSG_H_
  20. ;#define _LOGMSG_H_
  21. ;
  22. SeverityNames=(Success=0x0
  23. Informational=0x1
  24. Warning=0x2
  25. Error=0x3
  26. )
  27. Messageid=1 Severity=Error SymbolicName=LOG_EVENT_DISK_FULL_SHUTDOWN
  28. Language=English
  29. IIS Logging for %1 has been shutdown because a disk full error has been encountered.
  30. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  31. .
  32. Messageid=2 Severity=Error SymbolicName=LOG_EVENT_CREATE_DIR_ERROR
  33. Language=English
  34. IIS Logging was unable to create the directory %1. The data is the error.
  35. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  36. .
  37. Messageid=3 Severity=Error SymbolicName=LOG_EVENT_CREATE_FILE_ERROR
  38. Language=English
  39. IIS Logging was unable to create the file %1. The data is the error.
  40. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  41. .
  42. Messageid=4 Severity=Informational SymbolicName=LOG_EVENT_RESUME_LOGGING
  43. Language=English
  44. IIS Logging for %1 was resumed.
  45. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  46. .
  47. Messageid=5 Severity=Error SymbolicName=LOG_EVENT_ODBC_CONNECT_ERROR
  48. Language=English
  49. IIS ODBC Logging failed to connect to data source %1. Error text is [%2].
  50. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  51. .
  52. Messageid=6 Severity=Error SymbolicName=LOG_EVENT_ODBC_LOGGING_ERROR
  53. Language=English
  54. IIS ODBC Logging failed to log data to data source %1.
  55. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  56. .
  57. Messageid=7 Severity=Informational SymbolicName=LOG_EVENT_ODBC_LOGGING_RESUMED
  58. Language=English
  59. IIS ODBC Logging resumed logging to data source %1.
  60. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  61. .
  62. ;
  63. ;#endif // _LOGMSG_H_
  64. ;