Package ivs :: Package aux :: Module decorators :: Class LogPrinter
[hide private]
[frames] | no frames]

Class LogPrinter

source code

LogPrinter class which serves to emulates a file object and logs whatever it gets sent to a Logger object at the INFO level.

Instance Methods [hide private]
 
__init__(self)
Grabs the specific logger to use for logprinting.
source code
 
write(self, text)
Logs written output to a specific logger
source code