import org.apache.commons.lang3.exception.ExceptionUtils; import play.Logger; String stackTrace = ExceptionUtils.getStackTrace(new Exception())); // Log warning with stack trace for a deprecated method Logger.warn("Method is deprecated: " + stackTrace);