mvpa2.base.WarningLog¶
-
class
mvpa2.base.
WarningLog
(btlevels=10, btdefault=False, maxcount=1, *args, **kwargs)¶ Logging class of messsages to be printed just once per each message
Define Warning logger.
- It is defined by
- btlevels : int
- how many levels of backtrack to print to give a hint on WTF
- btdefault : bool
- if to print backtrace for all warnings at all
- maxcount : int
- how many times to print each warning
-
maxcount
¶