Previous topic

medpy.core.logger.Logger.getChild

Next topic

medpy.core.logger.Logger.handle

This Page

medpy.core.logger.Logger.getEffectiveLevel

Logger.getEffectiveLevel()[source]

Get the effective level for this logger.

Loop through this logger and its parents in the logger hierarchy, looking for a non-zero logging level. Return the first one found.