123
123
# FIXME: clearing the ui and then going through the abstract logging
124
124
# framework is whack; we should probably have a logging Handler that
125
125
# deals with terminal output if needed.
128
127
_bzr_logger.info(*args, **kwargs)
131
130
def warning(*args, **kwargs):
134
132
_bzr_logger.warning(*args, **kwargs)