I'm writing custom classes to handle common test steps and was wondering how to utilize the ArtOfTest logging so that when a code step calls one of the classes, the class can log messages to the test log so that all the log information is available.
I've tried adding Manager and setting the createlog to true - but I'm not seeing log output to the test log.