Loggers have the following attributes and methods. Note that Loggers are never instantiated directly, but always through the module-level function logging.getLogger(name).
lvl) |
lvl) |
) |
msg[, *args[, **kwargs]]) |
msg[, *args[, **kwargs]]) |
msg[, *args[, **kwargs]]) |
msg[, *args[, **kwargs]]) |
msg[, *args[, **kwargs]]) |
lvl, msg[, *args[, **kwargs]]) |
msg[, *args]) |
filt) |
filt) |
record) |
hdlr) |
hdlr) |
) |
record) |
name, lvl, fn, lno, msg, args, exc_info) |
See About this document... for information on suggesting changes.