(Disclaimer: I'm a high school student, and my knowledge of mathematics extends only to some elementary high school calculus. I don't know if what I'm about to do is valid mathematics.)
I noticed something really neat the other day.
Suppose we define $L$ as a "left-shift operator" that takes a function $f(x)$ and returns $f(x+1)$. Clearly, $(LLL\ldots LLLf)(x)=f(x+(\text{number of $L$s}))$, so it would seem a natural extension to denote $(L^hf)(x)=f(x+h)$.
Now, by the definition of the Taylor series, $f(x+h)=\sum\limits_{k=0}^\infty \frac{1}{k!}\frac{d^kf}{dx^k}\bigg|_{x}h^k$. Let's rewrite this as $\sum\limits_{k=0}^\infty \left(\frac{\left(h\frac{d}{dx}\right)^k}{k!}f\right)(x)$. Now, we can make an interesting observation: $\sum\limits_{k=0}^\infty \frac{\left(h\frac{d}{dx}\right)^k}{k!}$ is simply the Taylor series for $e^u$ with $u=h\frac{d}{dx}$. Let's rewrite the previous sum as $\left(e^{h\frac{d}{dx}}f\right)(x)$. This would seem to imply that $(L^hf)(x)=\left(e^{h\frac{d}{dx}}f\right)(x)$, or equivalently, $L=e^\frac{d}{dx}$. We might even say that $\frac{d}{dx}=\ln L$.
My question is, does what I just did have any mathematical meaning? Is it valid? I mean, I've done a bit of creative number-shuffling, but how does one make sense of exponentiating or taking the logarithm of an operator? What, if any, significance does a statement like $\frac{d}{dx}=\ln L$ have?
Well, it seems that you have just discovered a beautiful theory of (semi)group generators by yourself. To give some basics of it, let us consider a collection of "nice" functions on real values - e.g. bounded and having continuous derivatives. The action of operators $L^h$ on this space has a semigroup structure: $$ L^s(L^tf(x)) = L^sf(x+t) = f(x+s+t) = L^{s+t}f(x). \tag{1} $$ Also, you have that $L^0f(x) = f(x)$, so $L^0$ is the identity operator -it does not change its argument. You can see, that although there are a lot of operators in the collection $(L^h)_{h}$, they have to satisfy the semigroup property $L^{s+t} = L^sL^t$, and so there is no much freedom in choosing them. Even more, one can define the generator of the semigroup (also sometimes called the derivative of it) by $$ \mathscr Af(x):=\lim_{h\to 0}\frac{1}{h}(L^hf - f) $$ which in your case exactly coincides with the derivative of the function. However, if you would consider the semigroup $K^hf(x) = f(x + v\cdot h)$ for some constant $v$, you'll see that the generator will be a bit different. Anyways, under certain condition - if you don't know the semigroup $L$, but you're just given the generator $\mathscr A$, it is possible to reconstruct $L$ from $\mathscr A$ by the so-called exponential map, that is $$ L^h:=\mathrm e^{h\mathscr A} $$ where the definition of the exponent of the operator indeed is given by the Taylor series where e.g. $\mathscr A^2 f(x) = \mathscr A(\mathscr A f(x))$. As a result, you can indeed consider $\mathscr A$ to be a certain logarithm of $L^h$ and it comes as no surprise that it has a similar Taylor expansion. However, although the name "exponential map" from $\mathscr A$ to $L^h$ is commonly used, I haven't heard of the inverse being called the "logarithm". One rather uses the "generator" or "derivative." If you are further interested, I would suggest you reading the linked wikipedia article.