Es.dbgmsgv

From EventScripts Community Encyclopedia
This article is a stub. Please help by adding to it.



Method: dbgmsgv

Module: es
Class: (no class)
EventScripts version: 2.0

Method Overview

Table of Contents

Contents


Description

Outputs debug messages controlled by the eventscripts_debug level and the eventscripts_debuglog setting. This is the Python equivalent of: http://www.eventscripts.com/pages/es_dbgmsgv

Arguments

  • level - The level of eventscripts_debug, or higher, at which this message outputs.
  • msg-variable - The variable that contains the debug msg to show up in console.


Examples


Notes

  • Helpful for troubleshooting at times.
  • Doesn't expand anything in the variable.

See Also

blog comments powered by Disqus