Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VARLIST in a Log File...?
Author Message
pinku
Journeyman
*

Posts: 118
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Apr 2013
Reputation: 4



Post: #1
VARLIST in a Log File...?
Hey everyone!

Is it possible to save the VARLIST in a log file?

I tried in two ways using a function, but I couldn't succeed.

Thanks a lot. Smile
03-07-2014 08:09 AM
Find all posts by this user Like Post Quote this message in a reply
Alaric
Journeyman
*

Posts: 227
Likes Given: 7
Likes Received: 9 in 4 posts
Joined: Oct 2012
Reputation: 7



Post: #2
RE: VARLIST in a Log File...?
Code:
serv.varlist log
03-07-2014 08:26 AM
Find all posts by this user Like Post Quote this message in a reply
pinku
Journeyman
*

Posts: 118
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Apr 2013
Reputation: 4



Post: #3
RE: VARLIST in a Log File...?
(03-07-2014 08:26 AM)Alaric Wrote:  
Code:
serv.varlist log

Thanks Alaric, but this will only write results on the console.

Code:
- Added #038: CTAGLIST and SERV.VARLIST. TAGLIST/CTAGLIST/SERV.VARLIST LOG writes results to the console.

I would like to have them saved in a log file, if it's possible.

Thanks again!
03-07-2014 08:28 AM
Find all posts by this user Like Post Quote this message in a reply
Alaric
Journeyman
*

Posts: 227
Likes Given: 7
Likes Received: 9 in 4 posts
Joined: Oct 2012
Reputation: 7



Post: #4
RE: VARLIST in a Log File...?
Ah. I see... I thought anything writen in console sqves in log file Smile I guess you will have to use write-file function. Or persuade devs do the same feature tags have. That you can call specific index and get number of varsSmile Then it easy.
03-07-2014 05:27 PM
Find all posts by this user Like Post Quote this message in a reply
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #5
RE: VARLIST in a Log File...?
SphereData.scp

Code:
[GLOBALS]
onevar=01
twovars=02
yourthirdvar=05
03-07-2014 06:58 PM
Find all posts by this user Like Post Quote this message in a reply
Alaric
Journeyman
*

Posts: 227
Likes Given: 7
Likes Received: 9 in 4 posts
Joined: Oct 2012
Reputation: 7



Post: #6
RE: VARLIST in a Log File...?
(03-07-2014 06:58 PM)XuN Wrote:  SphereData.scp

Code:
[GLOBALS]
onevar=01
twovars=02
yourthirdvar=05
It isn't log! Tongue
You cheat.
03-07-2014 07:20 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)