public class MavenLog extends Object implements org.apache.felix.scrplugin.Log
MavenLog
class implements the Log
interface using
the Maven logger created on instantiation.Modifier and Type | Method and Description |
---|---|
void |
debug(String content) |
void |
debug(String content,
Throwable error) |
void |
debug(Throwable error) |
void |
error(String content) |
void |
error(String content,
String location,
int lineNumber) |
void |
error(String content,
String location,
int lineNumber,
int columnNumber) |
void |
error(String content,
Throwable error) |
void |
error(Throwable error) |
void |
info(String content) |
void |
info(String content,
Throwable error) |
void |
info(Throwable error) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
warn(String content) |
void |
warn(String content,
String location,
int lineNumber) |
void |
warn(String content,
String location,
int lineNumber,
int columnNumber) |
void |
warn(String content,
Throwable error) |
void |
warn(Throwable error) |
public void debug(String content, Throwable error)
debug
in interface org.apache.felix.scrplugin.Log
Log.debug(java.lang.String,
java.lang.Throwable)
public void debug(String content)
debug
in interface org.apache.felix.scrplugin.Log
Log.debug(java.lang.String)
public void debug(Throwable error)
debug
in interface org.apache.felix.scrplugin.Log
Log.debug(java.lang.Throwable)
public void error(String content, Throwable error)
error
in interface org.apache.felix.scrplugin.Log
Log.error(java.lang.String, java.lang.Throwable)
public void error(String content, String location, int lineNumber)
error
in interface org.apache.felix.scrplugin.Log
Log.error(java.lang.String, java.lang.String, int)
public void error(String content, String location, int lineNumber, int columnNumber)
error
in interface org.apache.felix.scrplugin.Log
Log.error(java.lang.String, java.lang.String, int, int)
public void error(String content)
error
in interface org.apache.felix.scrplugin.Log
Log.error(java.lang.String)
public void error(Throwable error)
error
in interface org.apache.felix.scrplugin.Log
Log.error(java.lang.Throwable)
public void info(String content, Throwable error)
info
in interface org.apache.felix.scrplugin.Log
Log.info(java.lang.String, java.lang.Throwable)
public void info(String content)
info
in interface org.apache.felix.scrplugin.Log
Log.info(java.lang.String)
public void info(Throwable error)
info
in interface org.apache.felix.scrplugin.Log
Log.info(java.lang.Throwable)
public boolean isDebugEnabled()
isDebugEnabled
in interface org.apache.felix.scrplugin.Log
Log.isDebugEnabled()
public boolean isErrorEnabled()
isErrorEnabled
in interface org.apache.felix.scrplugin.Log
Log.isErrorEnabled()
public boolean isInfoEnabled()
isInfoEnabled
in interface org.apache.felix.scrplugin.Log
Log.isInfoEnabled()
public boolean isWarnEnabled()
isWarnEnabled
in interface org.apache.felix.scrplugin.Log
Log.isWarnEnabled()
public void warn(String content, Throwable error)
warn
in interface org.apache.felix.scrplugin.Log
Log.warn(java.lang.String, java.lang.Throwable)
public void warn(String content, String location, int lineNumber)
warn
in interface org.apache.felix.scrplugin.Log
Log.warn(java.lang.String, java.lang.String, int)
public void warn(String content, String location, int lineNumber, int columnNumber)
warn
in interface org.apache.felix.scrplugin.Log
Log.warn(java.lang.String, java.lang.String, int, int)
public void warn(String content)
warn
in interface org.apache.felix.scrplugin.Log
Log.warn(java.lang.String)
public void warn(Throwable error)
warn
in interface org.apache.felix.scrplugin.Log
Log.warn(java.lang.Throwable)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.