Class Slf4jLogger
java.lang.Object
org.apache.maven.cling.invoker.logging.Slf4jLogger
- All Implemented Interfaces:
Logger
Proto
Logger
that just passes to functioning Logger
instance.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.maven.api.cli.Logger
Logger.Entry, Logger.Level
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
log
(Logger.Level level, String message, Throwable error) Logs a message at the specified level with an associated exception.
-
Constructor Details
-
Slf4jLogger
public Slf4jLogger(org.slf4j.Logger logger)
-
-
Method Details
-
log
Description copied from interface:Logger
Logs a message at the specified level with an associated exception.
-