1 2 3 4 5 6
import logging class WarMachinePlugin(object): def __init__(self): self.log = logging.getLogger(self.__class__.__name__)