EDebugLevel

From ZDoom Wiki
Jump to navigation Jump to search
Note: This page describes the flags defined in the EDebugLevel enum. It's mainly meant to be included into other pages that describe functions that use print levels, such as Console, using the {{: EDebugLevel}} syntax. (This note will not be included.)
  • DMSG_OFF — Print even developer messages are turned off.
  • DMSG_ERROR — Print if the game is printing only error messages (developer = 1)
  • DMSG_WARNING — Print if the game is printing warnings and higher (developer = 2)
  • DMSG_NOTIFY — Print if the game is printing notifications and higher (developer = 3)
  • DMSG_SPAMMY — Print if the game is printing any and all debug messages (developer = 4)