pylab_ml.common.common.logprint

logprint(level, msg)[source]

Print a message with a given log level, using the logger if set.

Parameters:
  • level (The log level of the message, e.g. "DEBUG", "INFO", "WARNING", "ERROR", "MEASURE".)

  • msg (The message to print.)

Return type:

None.