Python 的logging. 因為是內建在標準函式庫內,所以可以直接引入: import logging logging.debug('debug message') logging.info('info message') ...
確定! 回上一頁