My understanding of the point of logarithms is that they turn multiplication into addition, and exponentiation into multiplication.
i.e.
$$ \ln cx = \ln c + \ln x $$
$$ \ln x^c = c \ln x $$
Let's call the above two statements about logarithms their "useful" properties.
The above two are somewhat the "point" of logarithms in so far as they were originally invented to simplify calculations: Take the logarithm, do all the calculations in the easier world of "log space" where multiplication is addition, then at the end take the inverse-logarithm (exponentiation) to convert the result back.
I'm aware of various definitions of logarithm, such as:
$$ \ln c = \lim_{h\to 0} \frac{c^h-1}{h} $$
and there are then proofs that this definition leads to what I have called the "useful" properties.
But are there any derivations that go the other way?
i.e. a definition of logarithm that starts with
"Define $\ln x$ as the function that turns multiplication into addition" etc.
and concludes with
"$\ln$ exists and it can be computed by calculating $\lim_{h\to 0} \frac{x^h - 1}{h} $