Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundancies inside class logging.Logger #45337

Closed
cgrohmann mannequin opened this issue Aug 22, 2007 · 2 comments
Closed

Remove redundancies inside class logging.Logger #45337

cgrohmann mannequin opened this issue Aug 22, 2007 · 2 comments
Assignees
Labels
stdlib Python modules in the Lib dir

Comments

@cgrohmann
Copy link
Mannequin

cgrohmann mannequin commented Aug 22, 2007

BPO 1779550
Nosy @birkenfeld
Files
  • logging.diff
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/birkenfeld'
    closed_at = <Date 2007-08-23.21:56:11.584>
    created_at = <Date 2007-08-22.16:14:37.000>
    labels = ['library']
    title = 'Remove redundancies inside class logging.Logger'
    updated_at = <Date 2007-08-23.21:56:11.582>
    user = 'https://bugs.python.org/cgrohmann'

    bugs.python.org fields:

    activity = <Date 2007-08-23.21:56:11.582>
    actor = 'georg.brandl'
    assignee = 'georg.brandl'
    closed = True
    closed_date = <Date 2007-08-23.21:56:11.584>
    closer = 'georg.brandl'
    components = ['Library (Lib)']
    creation = <Date 2007-08-22.16:14:37.000>
    creator = 'cgrohmann'
    dependencies = []
    files = ['8180']
    hgrepos = []
    issue_num = 1779550
    keywords = ['patch']
    message_count = 2.0
    messages = ['53046', '55229']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'cgrohmann']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1779550'
    versions = []

    @cgrohmann
    Copy link
    Mannequin Author

    cgrohmann mannequin commented Aug 22, 2007

    The attached patch removes some pieces of redundant code inside the Logger class and unifies the calls of debug(), info(), warning(), error(), critical() as well as log().

    @cgrohmann cgrohmann mannequin added the stdlib Python modules in the Lib dir label Aug 22, 2007
    @birkenfeld
    Copy link
    Member

    Thanks, applied as rev. 57357.

    @birkenfeld birkenfeld self-assigned this Aug 23, 2007
    @birkenfeld birkenfeld self-assigned this Aug 23, 2007
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant