To provide the most recent news and documentation
www.pymvpa.org reflects the
development 2.0 series (renamed 0.6 series) of PyMVPA. If you are interested in the
documentation of the previous stable 0.4 series of PyMVPA, please
visit
v04.pymvpa.org .
mvpa2.base.verbosity.SetLogger
class mvpa2.base.verbosity. SetLogger ( register=None , active=None , printsetid=True , *args , **kwargs )
Logger which prints based on defined sets identified by Id.
Parameters : register : dict or None
What Ids are to be known. Each item dictionary contains consists
of concise key and a description as the value.
active : iterable
What Ids to consider active upon initialization.
printsetid : bool, optional
Either to prefix each line with the target Id of a set in which
the line was printed to (default behavior).
active
print_registered ( detailed=True )
printsetid
register ( setid , description )
“Register” a new setid with a given description for easy finding
registered
set_active_from_string ( value )
Given a string listing registered(?) setids, make then active
View the discussion thread.