MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / _log

Function _log

web/pgadmin/misc/bgprocess/process_executor.py:52–56  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

50
51
52def _log(msg):
53 with open(_log_file, 'a') as fp:
54 fp.write(
55 ('INFO:: %s\n' % msg.encode('ascii', 'xmlcharrefreplace'))
56 )
57
58
59def unescape_dquotes_process_arg(arg):

Callers 3

update_statusFunction · 0.85
executeFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected