Package com.sap.cds.maven.plugin
Interface CdsMojoLogger
- All Known Implementing Classes:
AbstractCdsMojo,AddIntegrationTestMojo,AddMojo,AddSampleMojo,AddTargetPlatformMojo,AutoBuildMojo,BuildMojo,CdsMojo,CdsResolveMojo,CleanMojo,GenerateMojo,InstallCdsdkMojo,InstallNodeMojo,NpmMojo,NpxMojo,VersionMojo,WatchMojo
public interface CdsMojoLogger
This interface provides access to the logger used by all CDS Mojos.
- See Also:
-
- "https://docs.oracle.com/javase/tutorial/java/data/numberformat.html"
-
Method Summary
Modifier and TypeMethodDescriptionvoidWrites a debug message to log.voidWrites a debug message to log.voidWrites an error message to log.voidWrites an error message to log.voidWrites an error message to log.voidWrites a debug message to log.voidWrites a warning message to log.voidWrites a warning message to log.voidWrites a warning message to log.
-
Method Details
-
logDebug
Writes a debug message to log.- Parameters:
message- the messageargs- the arguments
-
logDebug
Writes a debug message to log.- Parameters:
error- the exception causing this debug entry
-
logError
Writes an error message to log.- Parameters:
message- the messageargs- the arguments
-
logError
Writes an error message to log.- Parameters:
message- the messageerror- the exception causing the errorargs- the arguments
-
logError
Writes an error message to log.- Parameters:
error- the exception causing the error entry
-
logInfo
Writes a debug message to log.- Parameters:
message- the messageargs- the arguments
-
logWarn
Writes a warning message to log.- Parameters:
message- the messageargs- the arguments
-
logWarn
Writes a warning message to log.- Parameters:
message- the messageerror- the exception causing the warningargs- the arguments
-
logWarn
Writes a warning message to log.- Parameters:
error- the exception causing the warning
-