We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
static void log(Object msg) { System.out.println("protoc-jar: " + msg); }
Protoc is handed OutputStream out, OutputStream err. If you log to stdout, those are kinda pointless. Please write to the given output stream.
Protoc
OutputStream out, OutputStream err
Activity