Hinge loss can be defined using $\text{max}(0, 1-y_i\mathbf{w}^T\mathbf{x}_i)$ and the log loss can be defined as $\text{log}(1 + \exp(-y_i\mathbf{w}^T\mathbf{x}_i))$
I have the following questions:
Are there any disadvantages of hinge loss (e.g. sensitive to outliers as mentioned in http://www.unc.edu/~yfliu/papers/rsvm.pdf) ?
What are the differences, advantages, disadvantages of one compared to the other?