Public Member Functions | |
def | __init__ (self, log_handle=None, verbose=False) |
def | write (self, message="", ignore_verbose=False) |
Public Attributes | |
current_output_length | |
Private Attributes | |
_log_handle | |
_verbose | |
Used to control output to the console and to the client-side log.
Definition at line 61 of file uploads.py.
Definition at line 66 of file uploads.py.
Write to the console and to the log file held by self.
Definition at line 72 of file uploads.py.
References uploads.output._log_handle, uploads.output._verbose, uploads.log(), and reco.print().
Referenced by pkg.AbstractPkg.generate().
|
private |
Definition at line 70 of file uploads.py.
Referenced by uploads.output.write().
|
private |
Definition at line 69 of file uploads.py.
Referenced by MassReplace.MassSearchReplaceAnyInputTagVisitor.doIt(), ConfigBuilder.ConfigBuilder.MassSearchReplaceProcessNameVisitor.doIt(), MassReplace.MassSearchReplaceParamVisitor.enter(), cmsPerfSuite.PerfSuite.mkCandleDir(), cmsPerfSuite.PerfSuite.optionParse(), cmsPerfSuite.PerfSuite.printFlush(), cmsPerfSuite.PerfSuite.runcmd(), cmsPerfSuite.PerfSuite.runCmdSet(), and uploads.output.write().
uploads.output.current_output_length |
Definition at line 68 of file uploads.py.