Hello, I am writing an extension in Java. What is...
# help
c
Hello, I am writing an extension in Java. What is the easiest way for me to add information into the logging from my extension class? I tried appending SubEvents using the SubEvent info/warning/error events but I don’t see anything logged with
--verbose
. What is the recommended way for me to log info/warnings and errors from my extension?