Class LoggerAdapter
- java.lang.Object
-
- org.bndly.common.app.provisioning.util.LoggerAdapter
-
- All Implemented Interfaces:
org.bndly.common.app.Logger
public class LoggerAdapter extends Object implements org.bndly.common.app.Logger
- Author:
- cybercon <bndly@cybercon.de>
-
-
Constructor Summary
Constructors Constructor Description LoggerAdapter(org.apache.maven.plugin.logging.Log log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(String message)voiderror(String message)voidinfo(String message)voidwarn(String message)
-
-
-
Method Detail
-
info
public void info(String message)
- Specified by:
infoin interfaceorg.bndly.common.app.Logger
-
debug
public void debug(String message)
- Specified by:
debugin interfaceorg.bndly.common.app.Logger
-
warn
public void warn(String message)
- Specified by:
warnin interfaceorg.bndly.common.app.Logger
-
error
public void error(String message)
- Specified by:
errorin interfaceorg.bndly.common.app.Logger
-
-