add method.
This commit is contained in:
@@ -62,3 +62,7 @@ def trace(msg):
|
|||||||
|
|
||||||
def isEnableForError():
|
def isEnableForError():
|
||||||
return _logger.isEnableFor(logging.ERROR)
|
return _logger.isEnableFor(logging.ERROR)
|
||||||
|
|
||||||
|
|
||||||
|
def isEnableForDebug():
|
||||||
|
return _logger.isEnableFor(logging.DEBUG)
|
||||||
|
Reference in New Issue
Block a user