- error(String) - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
-
A simple implementation which always logs messages of level ERROR
according to the format outlined above.
- error(String, Object) - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
-
Perform single parameter substitution before logging the message of level
ERROR according to the format outlined above.
- error(String, Object, Object) - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
-
Perform double parameter substitution before logging the message of level
ERROR according to the format outlined above.
- error(String, Object...) - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
-
Perform double parameter substitution before logging the message of level
ERROR according to the format outlined above.
- error(String, Throwable) - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
-
Log a message of level ERROR, including an exception.
- error(String) - Method in class org.slf4j.impl.SimpleLogger
-
A simple implementation which always logs messages of level ERROR
according to the format outlined above.
- error(String, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform single parameter substitution before logging the message of level
ERROR according to the format outlined above.
- error(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level
ERROR according to the format outlined above.
- error(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level
ERROR according to the format outlined above.
- error(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
Log a message of level ERROR, including an exception.