Skip to content

Commit

Permalink
Update logger.py
Browse files Browse the repository at this point in the history
Signed-off-by: pem70 <[email protected]>
  • Loading branch information
pem70 committed Jul 19, 2024
1 parent a8e6d95 commit 1cca450
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions src/core/zowe/core_for_zowe_sdk/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@


class Log:
"""Class used to represent a logger
"""
Class used to represent a logger.
Attributes
-------
----------
loggers: set
The set of all loggers
dirname: str
Expand All @@ -40,17 +41,6 @@ class Log:
file_output: bool = True
console_output: bool = True


class Log:
"""
Class used to represent a logger.
Attributes
----------
loggers: set
The set of all loggers
"""

loggers: set = set()

@staticmethod
Expand Down

0 comments on commit 1cca450

Please sign in to comment.