pocomsg.mc 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. ;//
  2. ;// pocomsg.mc[.h]
  3. ;//
  4. ;// $Id: //poco/1.4/Foundation/src/pocomsg.mc#1 $
  5. ;//
  6. ;// The Poco message source/header file.
  7. ;//
  8. ;// NOTE: pocomsg.h is automatically generated from pocomsg.mc.
  9. ;// Never edit pocomsg.h directly!
  10. ;//
  11. ;// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
  12. ;// and Contributors.
  13. ;//
  14. ;// Permission is hereby granted, free of charge, to any person or organization
  15. ;// obtaining a copy of the software and accompanying documentation covered by
  16. ;// this license (the "Software") to use, reproduce, display, distribute,
  17. ;// execute, and transmit the Software, and to prepare derivative works of the
  18. ;// Software, and to permit third-parties to whom the Software is furnished to
  19. ;// do so, all subject to the following:
  20. ;//
  21. ;// The copyright notices in the Software and this entire statement, including
  22. ;// the above license grant, this restriction and the following disclaimer,
  23. ;// must be included in all copies of the Software, in whole or in part, and
  24. ;// all derivative works of the Software, unless such copies or derivative
  25. ;// works are solely in the form of machine-executable object code generated by
  26. ;// a source language processor.
  27. ;//
  28. ;// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  29. ;// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  30. ;// FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
  31. ;// SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
  32. ;// FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
  33. ;// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  34. ;// DEALINGS IN THE SOFTWARE.
  35. ;//
  36. ;//
  37. ;// Categories
  38. ;//
  39. MessageId=0x1
  40. SymbolicName=POCO_CTG_FATAL
  41. Language=English
  42. Fatal
  43. .
  44. MessageId=0x2
  45. SymbolicName=POCO_CTG_CRITICAL
  46. Language=English
  47. Critical
  48. .
  49. MessageId=0x3
  50. SymbolicName=POCO_CTG_ERROR
  51. Language=English
  52. Error
  53. .
  54. MessageId=0x4
  55. SymbolicName=POCO_CTG_WARNING
  56. Language=English
  57. Warning
  58. .
  59. MessageId=0x5
  60. SymbolicName=POCO_CTG_NOTICE
  61. Language=English
  62. Notice
  63. .
  64. MessageId=0x6
  65. SymbolicName=POCO_CTG_INFORMATION
  66. Language=English
  67. Information
  68. .
  69. MessageId=0x7
  70. SymbolicName=POCO_CTG_DEBUG
  71. Language=English
  72. Debug
  73. .
  74. MessageId=0x8
  75. SymbolicName=POCO_CTG_TRACE
  76. Language=English
  77. Trace
  78. .
  79. ;//
  80. ;// Event Identifiers
  81. ;//
  82. MessageId=0x1000
  83. SymbolicName=POCO_MSG_LOG
  84. Language=English
  85. %1
  86. .