I\'m trying to extend a class with logging module. Here is my code:
import logging class Log: def __init__(self): logging.basicConfig(level=loggi