Re: Server Log Client for Stratos Integration Tests

2015-11-29 Thread Isuru Haththotuwa
Hi, On Sat, Nov 28, 2015 at 11:41 PM, Imesh Gunaratne wrote: > > > On Tue, Nov 24, 2015 at 5:45 PM, Isuru Haththotuwa > wrote: > >> Added a new API method to obtain logs in a incremental manner [1]. >> >> [1]. >> /** >> * Return all log lines up to now, starting from the previous >> lo

Re: Server Log Client for Stratos Integration Tests

2015-11-28 Thread Imesh Gunaratne
On Tue, Nov 24, 2015 at 5:45 PM, Isuru Haththotuwa wrote: > Added a new API method to obtain logs in a incremental manner [1]. > > [1]. > /** > * Return all log lines up to now, starting from the previous > location. The previous location > * is the last log line returned, if this m

Re: Server Log Client for Stratos Integration Tests

2015-11-24 Thread Isuru Haththotuwa
Added a new API method to obtain logs in a incremental manner [1]. [1]. /** * Return all log lines up to now, starting from the previous location. The previous location * is the last log line returned, if this method was called earlier on the same * ServerLogClient instance.

Server Log Client for Stratos Integration Tests

2015-11-21 Thread Isuru Haththotuwa
Hi Devs, Added a $subject, class 'ServerLogClient'. This allows to monitor the back end logs of the Stratos server or any Carbon Server against which the integration tests are run, by providing the server URL. For an example, in a setup with multiple CEP nodes, we can use this to read the BE logs