• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Doubt on Syslog

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

Am having a doubt on Promatter Syslog. I have implemented a code on it. But the output was not desire. I would like to make the output for my desire. Actually the output is being like this.

08/16/2007 06:35:07 [INFO] Test Message
08/16/2007 06:39:13 [INFO] Test Message
08/16/2007 06:39:23 [INFO] Test Message

I dont want the extra space to be displayed. I want to display the output to be like this.

08/16/2007 06:35:07 [INFO] Test Message
08/16/2007 06:39:13 [INFO] Test Message
08/16/2007 06:39:23 [INFO] Test Message

It would be helpfut me in the earlier replies.

Thanks & Regards,
Ram
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic