Class SystemLogger
java.lang.Object
org.apache.maven.cling.invoker.logging.SystemLogger
- All Implemented Interfaces:
- Logger
System 
Logger. Uses provided PrintStreams or System.err ones as fallback.
 This logger is used in case of "early failures" (when no logging may be set up yet).- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.maven.api.cli.LoggerLogger.Entry, Logger.Level
- 
Constructor SummaryConstructorsConstructorDescriptionSystemLogger(OutputStream out) SystemLogger(OutputStream out, Logger.Level threshold) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidlog(Logger.Level level, String message, Throwable error) Logs a message at the specified level with an associated exception.
- 
Constructor Details- 
SystemLogger
- 
SystemLogger
 
- 
- 
Method Details- 
logDescription copied from interface:LoggerLogs a message at the specified level with an associated exception.
 
-