*Not documented*
def get(ident="global", **kwargs):
origin:<UNKNOWN>
where:
exceptions that might appear during execution:
function source:
def get(ident="global", **kwargs):
try:
log = Logger._key2logger[ident]
except KeyError:
log = Logger(ident)
log.ensure_sub(**kwargs)
return log
called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_logger.py
called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_logger.py
called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_logger.py
called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_logger.py
called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_logger.py
called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_logger.py
called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_logger.py
called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_logger.py
called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_logger.py
called in /home/johnny/projects/merlinux/py/dist/py/misc/dynpkg.py