ReplaceRepeated (//.)

WMA link


ReplaceRepeated[expr, x -> y]

expr //. x -> y

repeatedly applies the rule x -> y to expr until
the result no longer changes.

Simplification of logarithms:

ReplaceAll just performs a single replacement:

ReplaceList
RuleDelayed