Skip to content

SLF4JHandler.__init__ doesn't use super #1

@jason-s

Description

@jason-s
class SLF4JHandler(logging.Handler):

    def __init__(self, logger=None):
        logging.Handler.__init__(self)

Technically, shouldn't this be super(SLF4JHandler, self).__init__() ? I am not an expert on the Python class mechanisms so I'm not sure about the subtleties of the difference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions