Lndj\Supports\Log::__construct PHP Method

__construct() public method

Log constructor.
public __construct ( )
    public function __construct()
    {
        self::$logger = new Logger('Lcrawl');
    }