Lines Matching full:new_str
41 def Log(new_str):
42 """Appends new_str to the end of _LOG_FILE and prints it to stdout.
45 # new_str is a string.
46 new_str: 'some message to log'
48 msg = _PrependTimeStamp(new_str)
69 def SilentLog(new_str):
70 """Silently log new_str. Unless verbose mode is enabled, will log new_str
73 # new_str is a string.
74 new_str: 'some message to log'
77 msg = _PrependTimeStamp(new_str)