Hi JB,
Thanks. I knew the answer was simple and staring me in the face!
Kerry
On 07/03/17 20:23, Jean-Baptiste Onofré wrote:
Hi Kerry,
you can access the LogService LRU (as the log:display command does).
Anyway, I would recommend to use bundle service to check the state instead of
log.
Regards
JB
On 03/07/2017 09:13 PM, JT wrote:
Hi,
I'm just starting to use Pax exam with Karaf and I am writing a very
simple test. All I want it to do is to examine the log files of Karaf to
see if a specific bundle has successfully deployed. The bundle contains
a native library and I load this using a Blueprint bean. If the library
loads then a 'load successful' entry is written to the logs.
Is there any easy way of examining the logs in the test?
Thanks, Kerry