Function: trace

Log a trace message to the console/log file.

This function is safe

Parameters

  • *args - any parameter to log.
  • [kwarg] sep: str - the separator. default ' '.

Exceptions

If object string and repr can’t be printed.