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.

66 lines
1.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. .
  31. Messageid=2 Severity=Error SymbolicName=LOG_EVENT_CREATE_DIR_ERROR
  32. Language=English
  33. IIS Logging was unable to create the directory %1. The data is the error.
  34. .
  35. Messageid=3 Severity=Error SymbolicName=LOG_EVENT_CREATE_FILE_ERROR
  36. Language=English
  37. IIS Logging was unable to create the file %1. The data is the error.
  38. .
  39. Messageid=4 Severity=Informational SymbolicName=LOG_EVENT_RESUME_LOGGING
  40. Language=English
  41. IIS Logging for %1 was resumed.
  42. .
  43. Messageid=5 Severity=Error SymbolicName=LOG_EVENT_ODBC_CONNECT_ERROR
  44. Language=English
  45. IIS ODBC Logging failed to connect to data source %1. Error text is [%2].
  46. .
  47. Messageid=6 Severity=Error SymbolicName=LOG_EVENT_ODBC_LOGGING_ERROR
  48. Language=English
  49. IIS ODBC Logging failed to log data to data source %1.
  50. .
  51. Messageid=7 Severity=Informational SymbolicName=LOG_EVENT_ODBC_LOGGING_RESUMED
  52. Language=English
  53. IIS ODBC Logging resumed logging to data source %1.
  54. .
  55. ;
  56. ;#endif // _LOGMSG_H_
  57. ;