ind
18 years agoOccasional Contributor
log message
hi all,
i have just created a groovy script and i want to see the value for that.
how to read the value resulting from log information.
i have used,
def items = holder.getNodeValues( "//clientSession::*")
for (item in items)
{
log.info( item )
}
where to view the log info that holds the item value. i need to get the values of clientSession node and also suggest me that the above code snippet is correct?
thanks
ind
thanks
i have just created a groovy script and i want to see the value for that.
how to read the value resulting from log information.
i have used,
def items = holder.getNodeValues( "//clientSession::*")
for (item in items)
{
log.info( item )
}
where to view the log info that holds the item value. i need to get the values of clientSession node and also suggest me that the above code snippet is correct?
thanks
ind
thanks