Advertisement
mahldcat

BoostLogging.mc

Aug 5th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. ; /* --------------------------------------------------------
  2. ; HEADER SECTION
  3. ; */
  4. SeverityNames=(Debug=0x0:LOG_SEVERITY_DEBUG
  5. Info=0x1:LOG_SEVERITY_INFO
  6. Warning=0x2:LOG_SEVERITY_WARNING
  7. Error=0x3:LOG_SEVERITY_ERROR
  8. )
  9.  
  10. ; /* --------------------------------------------------------
  11. ; MESSAGE DEFINITION SECTION
  12. ; */
  13.  
  14. MessageIdTypedef=WORD
  15.  
  16. MessageId=0x1
  17. SymbolicName=WINMODULE_LOGGER
  18. Language=English
  19. Category 1
  20. .
  21.  
  22. MessageIdTypedef=DWORD
  23.  
  24. MessageId=0x100
  25. Severity=Info
  26. Facility=Application
  27. SymbolicName=EVENTLOG_MSG
  28. Language=English
  29. ProcessId:%1 Thread:%2 Message:%3.
  30. .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement