コード例 #1
0
ファイル: cmd.py プロジェクト: irslambouf/SyncServer
 def announce(self, msg, level=1):
     """If the current verbosity level is of greater than or equal to
     'level' print 'msg' to stdout.
     """
     log.log(level, msg)
コード例 #2
0
ファイル: dist.py プロジェクト: irslambouf/SyncServer
 def announce(self, msg, level=log.INFO):
     log.log(level, msg)