Method: Buby#getStderr
- Defined in:
- lib/buby.rb
#getStderr ⇒ OutputStream 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.
938 939 940 |
# File 'lib/buby.rb', line 938 def getStderr @stderr ||= _check_and_callback(:getStderr) end |