magpie.ui.network¶
Submodules¶
Attributes¶
Functions¶
|
Obtains the |
|
Immediately sets the logger level to avoid duplicate log outputs from the root logger and this logger when |
|
Package Contents¶
- magpie.ui.network.fully_qualified_name(obj: Any | Type[Any]) str[source]¶
Obtains the
'<module>.<name>'full path definition of the object to allow finding and importing it.
- magpie.ui.network.get_logger(name: magpie.typedefs.Str, level: int | None = None, force_stdout: bool = None, message_format: magpie.typedefs.Str | None = None, datetime_format: magpie.typedefs.Str | None = None) logging.Logger[source]¶
Immediately sets the logger level to avoid duplicate log outputs from the root logger and this logger when level is
logging.NOTSET.