According to Wikipedia:
A logical consequence is the relationship between statements that holds true when one logically "follows from" one or more others.
So,
A ⊨ B
B is a logical consequence of A when in all cases of A being true, B is true as well.
However, to my understanding, that is also what implication means.
A → B
B should be true whenever A is true. Isn't that the same as entailment?