I have a maven project with a bunch of dependencies, one of which I'd like to print a line to console to called pulsar-log4j2-appender. I tried opening the .class file in question by following in Intellij:
External Libraries | Maven: org.apache.pulsar:pulsar-log4j2-appender:2.6.0 | pulsar-log4j2-appender-2.6.0.jar | org.apache.pulsar.log4j2.appender | PulsarManager.class
When I try to add a System.out.println statement, Intellij says the file is read only:
