github.phpd.cn/thought-machine/please@v12.2.0+incompatible/src/parse/asp/test_data/interpreter/log.build (about) 1 log.debug('debug') 2 3 log.info('info') 4 5 log.notice('notice') 6 7 log.warning('warning') 8 9 log.error('error') 10 11 # We can't test log.fatal here because it terminates the test, even with a fake log backend.