CodeQL library for Python
codeql/python-all 0.11.15-dev (changelog, source)
Search

Module Stdlib::Logger

Provides models for the logging.Logger class and subclasses.

See https://docs.python.org/3.9/library/logging.html#logging.Logger.

Import path

import semmle.python.frameworks.Stdlib

Predicates

instance

Gets a reference to an instance of logging.Logger.

subclassRef

Gets a reference to the logging.Logger class or any subclass.

Classes

InstanceSource

A source of instances of logging.Logger, extend this class to model new instances.