CloudNet-v2
CloudNet-v2 copied to clipboard
Add stacktrace handling to file or stream
Following lines are a example to use a stream to convert error into string
StringWriter writer = new StringWriter();
e.printStackTrace(new PrintWriter(writer));
String stackTrace = writer.toString();
With this lines can we save errors from Spigot or something to Github,Paste or else
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.87. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Add label enhancement please