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 59 of file uploads.py.
Definition at line 64 of file uploads.py.
def uploads.output.write | ( | self, | |
message = "" , |
|||
ignore_verbose = False |
|||
) |
Write to the console and to the log file held by self.
Definition at line 70 of file uploads.py.
References uploads.output._log_handle, uploads.output._verbose, uploads.log(), and print().
Referenced by pkg.AbstractPkg.generate().
|
private |
Definition at line 68 of file uploads.py.
Referenced by uploads.output.write().
|
private |
Definition at line 67 of file uploads.py.
Referenced by MassReplace.MassSearchReplaceAnyInputTagVisitor.doIt(), MassReplace.MassSearchReplaceParamVisitor.doIt(), ConfigBuilder.ConfigBuilder.MassSearchReplaceProcessNameVisitor.doIt(), and uploads.output.write().
uploads.output.current_output_length |
Definition at line 66 of file uploads.py.