Home | History | Annotate | Download | only in whatsnew

Lines Matching full:subsystem

152    def log (message, subsystem):
153 "Write the contents of 'message' to the specified subsystem."
154 print '%s: %s' % (subsystem, message)
157 server_log = functools.partial(log, subsystem='server')