Method: Buby#getStderr

Defined in:
lib/buby.rb

#getStderrOutputStream Also known as: stderr, get_stderr

This method is used to obtain the current extension’s standard error stream. Extensions should write all error messages to this stream, allowing the Burp user to configure how that output is handled from within the UI.

Returns:

  • (OutputStream)

    The extension’s standard error stream.



938
939
940
# File 'lib/buby.rb', line 938

def getStderr
  @stderr ||= _check_and_callback(:getStderr)
end