Improved comments of logging
This commit is contained in:
parent
9e7c6a695f
commit
c3e9803cd6
@ -7,6 +7,9 @@ class LoggerABC(ServiceABC):
|
|||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
"""
|
||||||
|
ABC for logging
|
||||||
|
"""
|
||||||
ServiceABC.__init__(self)
|
ServiceABC.__init__(self)
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user