how to insert exception stacktrace to log

后端 未结 0 1058
梦毁少年i
梦毁少年i 2020-12-07 13:33

i have code like this :

catch (Exception ex) {
            // Log the error
            ex.printStackTrace();
            logger.error("Error in Best Quo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题