Package eu.simuline.m2latex.mojo
Class MavenLogWrapper
- java.lang.Object
-
- eu.simuline.m2latex.mojo.MavenLogWrapper
-
- All Implemented Interfaces:
LogWrapper
public class MavenLogWrapper extends Object implements LogWrapper
Performs logging in a maven plugin. Created: Fri Oct 7 00:40:27 2016- Version:
- 1.0
- Author:
- Ernst Reissner
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.maven.plugin.logging.Loglog
-
Constructor Summary
Constructors Constructor Description MavenLogWrapper(org.apache.maven.plugin.logging.Log log)
-
-
-
Method Detail
-
error
public void error(String msg)
- Specified by:
errorin interfaceLogWrapper
-
warn
public void warn(String msg)
- Specified by:
warnin interfaceLogWrapper
-
warn
public void warn(String msg, Throwable thrw)
- Specified by:
warnin interfaceLogWrapper
-
info
public void info(String msg)
- Specified by:
infoin interfaceLogWrapper
-
debug
public void debug(String msg)
- Specified by:
debugin interfaceLogWrapper
-
-