/**
  * 
  * @param string $identifier	name of the class or some identifier to factory a Logger.
  */
 protected function __construct($identifier)
 {
     parent::__construct($identifier);
 }