今httpd.confやhttpd-vhosts.confの設定をし、
Apache Web Serverを再起動して、あるページにアクセスしようとすると、
下記エラーが出ました。

Fuel\Core\FuelException [ Error ]:
    Unable to create or write to the log file. Please check the permissions on /Applications/XAMPP/xamppfiles/htdocs/■■■■/fuel/manage/logs/. (mkdir(): Permission denied)

COREPATH/classes/log.php @ line 77
/Applications/XAMPP/xamppfiles/htdocs/■■■■/fuel/core/classes/log.php

throw new \FuelException('Unable to create or write to the log file. Please check the permissions on '.\Config::get('log_path').'. ('.$e->getMessage().')');

エラー日本語訳

ログファイルを作成または書き込めません。 / Applications / XAMPP / xamppfiles / htdocs / ■■■■ / fuel / manage / logs /の権限を確認してください。 (mkdir():許可が拒否されました)

とあるので確認すると/ Applications / XAMPP / xamppfiles / htdocs / ■■■■ / fuel / manage /まではありますが、logs /がありません。

COREPATH/classes/log.php @ line 77を見ても何が間違っているのかが不明です。
FuelPHPの画面が出てくるのも含めて不明です。

どなたか私にご助言を下さいませんか。
他に必要な情報があればご提供します。
宜しくお願いします。

DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs"

port 8080