|
__init__(self)
|
|
debug(self,
message,
newLine=True)
This method is called from the output object.
|
|
information(self,
message,
newLine=True)
This method is called from the output object.
|
|
error(self,
message,
newLine=True)
This method is called from the output object.
|
|
vulnerability(self,
message,
newLine=True)
This method is called from the output object.
|
|
console(self,
message,
newLine=True)
This method is used by the w3af console to print messages to the
outside.
|
|
logHttp(self,
request,
response)
This method is called from the output managerobject.
|
|
getLongDesc(self)
|
|
Inherited from core.controllers.basePlugin.baseOutputPlugin.baseOutputPlugin:
end,
getMessageCache,
getOptionsXML,
getPluginDeps,
getType,
setOptions
Inherited from core.controllers.basePlugin.basePlugin.basePlugin:
__eq__,
getDesc,
getName,
printUniq,
setUrlOpener
|