Class IvyLoggerAdapter
java.lang.Object
org.marid.project.ivy.infrastructure.IvyLoggerAdapter
- All Implemented Interfaces:
org.apache.ivy.util.MessageLogger,BaseMessageLogger
public class IvyLoggerAdapter extends java.lang.Object implements BaseMessageLogger
-
Constructor Summary
Constructors Constructor Description IvyLoggerAdapter(java.lang.System.Logger log) -
Method Summary
Modifier and Type Method Description voidlog(java.lang.String msg, int level)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.marid.project.ivy.infrastructure.BaseMessageLogger
clearProblems, debug, deprecated, endProgress, endProgress, error, getErrors, getProblems, getWarns, info, isShowProgress, progress, rawinfo, rawlog, setShowProgress, sumupProblems, verbose, warn
-
Constructor Details
-
IvyLoggerAdapter
public IvyLoggerAdapter(java.lang.System.Logger log)
-
-
Method Details
-
log
public void log(java.lang.String msg, int level)- Specified by:
login interfaceorg.apache.ivy.util.MessageLogger
-