BEFORE
AFTER
Code:
import dbg
value = 15
dbg.TraceError("Testing Code {}".format(value))
syserr output
0717 14:46:21398 :: Testing Code 15
Code:
value = 15
printb("Testing Code {}".format(value))
syserr output
0717 14:46:21398 :: [Name:intrologin.py Line:188] Testing Code 15
Hidden content
You need to reply to this thread in order to see this content.