Moved Logger interface to root

This commit is contained in:
Shoghi Cervantes
2014-06-02 14:41:43 +02:00
parent 857c79cc05
commit a17d847a82
6 changed files with 8 additions and 8 deletions

View File

@ -14,7 +14,7 @@
* (at your option) any later version.
*
* @author PocketMine Team
* @link http://www.pocketmine.net/
*
*
*/
@ -66,7 +66,7 @@ namespace {
namespace pocketmine {
use pocketmine\utils\Binary;
use pocketmine\utils\LogLevel;
use \LogLevel;
use pocketmine\utils\MainLogger;
use pocketmine\utils\Utils;
use pocketmine\wizard\Installer;