logger property

logger property

Definition:

@property
def logger(self):
    ...
@logger.setter
def logger(self, value):
    ...

See Also