fvm.drom2psl.basiclogging module

Warning

Callables that are not documented in the Public API are not intented to be directly used and thus may change between minor versions.

Quick and dirty logger using termcolor

fvm.drom2psl.basiclogging.error(*args, **kwargs)[source]

Print ERROR message (to stderr)

fvm.drom2psl.basiclogging.info(*args, **kwargs)[source]

Print INFO message (to stdout)

fvm.drom2psl.basiclogging.warning(*args, **kwargs)[source]

Print WARNING message (to stderr)