Re: [libvirt] [PATCH v2 09/20] virlog: Introduce virLogParseOutput

2016-09-21 Thread John Ferlan
On 08/18/2016 07:47 AM, Erik Skultety wrote: > Introduce a method to parse an individual logging output. The difference > compared to the virLogParseAndDefineOutput is that this method does not define > the output, instead it makes use of the virLogNewOutputTo* methods introduced > in the

Re: [libvirt] [PATCH v2 09/20] virlog: Introduce virLogParseOutput

2016-09-21 Thread John Ferlan
On 08/18/2016 07:47 AM, Erik Skultety wrote: > Introduce a method to parse an individual logging output. The difference > compared to the virLogParseAndDefineOutput is that this method does not define > the output, instead it makes use of the virLogNewOutputTo* methods introduced > in the

[libvirt] [PATCH v2 09/20] virlog: Introduce virLogParseOutput

2016-08-18 Thread Erik Skultety
Introduce a method to parse an individual logging output. The difference compared to the virLogParseAndDefineOutput is that this method does not define the output, instead it makes use of the virLogNewOutputTo* methods introduced in the previous patch and just returns the virLogOutput object that