logging - Java loggers do not start messages from new line sometimes -


is there way fix such behaviour?

examples: example one

example two

in log files okay, in tool shows logfiles lines this:

enter image description here

log4j designed write give it... no println function.

so must add log message + "\n" or create fileappender adds new line in each log entry.

check answer


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -