def warning(message, module, file, method, line): return _allog.warning(message, module, file, method, line)
def warning(*args): return _allog.warning(*args)