log4j print stacktrace

Solutions on MaxInterview for log4j print stacktrace by the best coders in the world

showing results for - "log4j print stacktrace"
Renata
06 Jan 2021
1try {
2   ...
3} catch (Exception e) {
4    log.error( "failed!", e );
5}