Possible duplicate:
Log4J prints an empty line to the log file
In java, I can use System.out.println()to print an empty string.
And now I want to know how to write an empty string in log4j.
Is there any method named logger.appendEmptyLine()or in any way that can do this?
source
share