/**
  * returns an instance of the AJXP_Logger object
  *
  * @access public
  * @static
  *
  * @return AJXP_Logger an instance of the AJXP_Logger object
  */
 public static function getInstance()
 {
     $logger = ConfService::getLogDriverImpl();
     return $logger;
 }