In this book we will be most interested in the log-base-10, because it plays well with scientific notation. For instance, since $\log_{10}10^4 = 4$, then $\log_{10}(2\ten4)$ must be a little bigger than 4: in fact it is 4.3. In the old days, mathematicians had books of tables giving the logarithm for various numbers. Today, of course, we have calculators and computers. Your calculator probably has two log buttons on it, one for $\log_{10}$ and one for the natural log $\ln$. Sometimes one of the buttons will simply be labelled "log", and you'll need to deduce which one it is by looking for the other one. If you're ever not sure, try calculating "log 10". If it returns "1", then that's log-base-10.
Because logarithms are exponents, they have a couple of interesting properties. First (for any base), the log of a product is equal to the sum of the logs: $$\log ab = \log a + \log b$$ For instance, $\log_{10}(100)(1000) = \log_{10}100 + \log_{10}1000 = 2+3 = 5$, which is good because $(100)(1000)=10^5$. If you have a number in scientific notation, like $4.5\ten{-4}$, then $$\log_{10}4.5\ten{-4} = \log_{10}4.5 + \log_{10}10^{-4} = \log_{10}4.5-4$$ Since the mantissa 4.5 is between 1 and 10, its log-base-10 will be somewhere between 0 and 1, and so $\log_{10}4.5\ten{-4}$ is going to be somewhere between -4 and -3. In this case, $\log_{10}4.5 = 0.653$, so $\log_{10}4.5\ten{-4} = 0.653-4 = -3.35.
Another property that logs have is $$\log a^b = b\log a$$ One example is $\log_{10}10^6 = 6\log_{10}10 = 6(1) = 6$.