publicstaticvoid main (String[] args)throws java.lang.Exception
{
String line ="2017-03-14 22:43:14,405 FATAL [org.springframework.web.context.support.XmlWebApplicationContext]-[localhost-startStop-1] Refreshing Root WebApplicationContext: startup date [Tue Mar 14 22:43:14 UTC 2017]; root of context hierarchy\n2017-03-14 22:43:14,476 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader]-[localhost-startStop-1] Loading XML bean definitions from Serv\n2017-03-14 22:43:14,476 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader]-[localhost-startStop-1] Here is a multiline\nlog entry with another entry after\n2017-03-14 22:43:14,476 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader]-[localhost-startStop-1] Here is a multiline\nlog entry with no entries after";
2017-03-14 22:43:14,405
FATAL
org.springframework.web.context.support.XmlWebApplicationContext
localhost-startStop-1
Refreshing Root WebApplicationContext: startup date [Tue Mar 14 22:43:14 UTC 2017]; root of context hierarchy
----
2017-03-14 22:43:14,476
INFO
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
localhost-startStop-1
Loading XML bean definitions from Serv
----
2017-03-14 22:43:14,476
INFO
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
localhost-startStop-1
Here is a multiline
log entry with another entry after
----
2017-03-14 22:43:14,476
INFO
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
localhost-startStop-1
Here is a multiline
log entry with no entries after
----