public static function registerLogger($loggerId, $conf)
 {
     return RemoteConnection::getInstance()->write(el::newLogger($loggerId, $conf));
 }