* @since 0.3
*/
private void doInitLogger() {
String levelStr = configuration.getProperty(Constants.BASEDRIVER_LOG_PROP,"2");
Activator.logger = new Logger(levelStr);
String cyberLog = configuration.getProperty(Constants.CYBERDOMO_LOG_PROP,"false");
Activator.logger.setCyberDebug(cyberLog);
}