In three-valued logics such as Kleene logic, there is a third truth value U, which represents "undefined", or "who knows?". It behaves like "either true or false", and truth tables for not, and and or can be filled out appropriately:
What does a proof look like in this logic? When does $B$ (semantically) follow from $A$? I can think of a few possibilities:
We say $A \vDash B$ if whenever $A$ is
T, $B$ isT.We say $A \vDash B$ if whenever $A$ is
T, $B$ is eitherTorU.We say $A \vDash B$ if whenever $A$ is
TorU, $B$ is eitherTorU.
Presumably, once we know what $\vDash$ means, we can define an appropriate proof theory of deduction rules ($\vdash$) which agree with $\vDash$. But I am unsure of which of (1), (2), or (3) is correct. Do they all produce different logics, or is one of (1), (2), (3) equivalent to another via some sort of transformation?

Consider the assertions [i] $C\models D\lor\neg D$ and [ii] $D\land\neg D\models C$. Note that assertion [i] is valid according to (3) (given that $D\lor\neg D$ is never assigned the value $\mathsf{F}$) but is not valid according to (1) (check what happens when you assign the value $\mathsf{T}$ to $C$ and the value $\mathsf{U}$ to $D$). With assertion [ii] its the other way around.
The trouble with definitions such as (2) is that they do not in general give you a Tarskian notion of entailment (they might fail transitivity of entailment).
Other definitions you might want to try next:
Say that $A\models B$ if whenever $A$ is $\mathsf{T}$ or $\mathsf{U}$, $B$ is $\mathsf{T}$.
Have the values in the truth-table ordered, say, by letting $\mathsf{F}<\mathsf{U}<\mathsf{T}$, and say that $A\models B$ if $v(A)\leq v(B)$, where $v(X)$ denotes the value you assign to $X$.
Definitions such as (4) also do not in general give you a Tarskian notion of entailment (they might fail reflexivity of entailment --- check what happens when $A$ is equal to $B$ and you assign the value $\mathsf{U}$ to $A$).
Definition (5) give you a Tarskian notion of entailment, but obviously fail both assertions [i] and [ii]. Some idea of relevance, in fact, is thereby introduced.