How do I append spring boot's console output to a string builder?
I already have a StringBuilder
variable, in which I would like to append the console output and still log to console.
How do I append spring boot's console output to a string builder?
I already have a StringBuilder
variable, in which I would like to append the console output and still log to console.