Logistic regression is a classification algorithm used to predict the probabilities of classes given an input.
In an example of only 2 classes possible, then it is called binomial logistic regression.
When there are multiple possible classes, it is called multinomial logistic regression.