def print_(*args): """ logging stdout.write """ util_logging.__UTOOL_WRITE__(*args)
def print_(*args): """ aggressive logging stdout.write """ util_logging.__UTOOL_WRITE__(*args) util_logging.__UTOOL_FLUSH__()