Skip to content

Commit 333df2d

Browse files
author
Jim Bennett
committed
Fixed naming
1 parent a696977 commit 333df2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_logging.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ def setLevel(self, value):
145145
"""
146146
self._level = value
147147

148-
def getLevel(self):
149-
"""Get the logging cuttoff level.
148+
def getEffectiveLevel(self):
149+
"""Get the effective level for this logger.
150150
151151
:return: the lowest level to output
152152

0 commit comments

Comments
 (0)