mvpa2.base.WarningLog

Inheritance diagram of 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

Attributes

handlers Return active handlers
lfprev
maxcount

Methods

__call__(msg[, bt])

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

Attributes

handlers Return active handlers
lfprev
maxcount

Methods

__call__(msg[, bt])
maxcount