CloudNet-v2 icon indicating copy to clipboard operation
CloudNet-v2 copied to clipboard

Add stacktrace handling to file or stream

Open TheMeinerLP opened this issue 6 years ago • 2 comments

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

TheMeinerLP avatar Jul 31 '19 10:07 TheMeinerLP

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.

issue-label-bot[bot] avatar Jul 31 '19 10:07 issue-label-bot[bot]

Add label enhancement please

TheMeinerLP avatar Jul 31 '19 10:07 TheMeinerLP