[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: How to follow 80 Column format in Lua
- From: rahul sharma <rahulatgslab@...>
- Date: Thu, 9 Feb 2012 14:39:41 +0530
Hi,
I am facing problems in following 80 columns format in lua. I tried to add "\\n" to break the line but its not working.
Usually we add \ and then \n to break the line into two parts, but in Lua, this standard doesn't work by default. Can you help me in getting some way using which I can do this?
logger:info("Case: (Flow_Entry=Nil and direction=SERVER_TO_CLIENT): \
Wrong packet received. Flow_entry not there for flow and packet received from \
server.")
The above written fxn is in lua, but it doesn't print the message in one line.
Regards
Rahul