org.apache.felix.scrplugin.ant
Class AntLog

java.lang.Object
  extended by org.apache.felix.scrplugin.ant.AntLog
All Implemented Interfaces:
org.apache.felix.scrplugin.Log

public class AntLog
extends java.lang.Object
implements org.apache.felix.scrplugin.Log


Method Summary
 void debug(java.lang.String content)
           
 void debug(java.lang.String content, java.lang.Throwable error)
           
 void debug(java.lang.Throwable error)
           
 void error(java.lang.String content)
           
 void error(java.lang.String content, java.lang.String location, int lineNumber)
           
 void error(java.lang.String content, java.lang.String location, int lineNumber, int columnNumber)
           
 void error(java.lang.String content, java.lang.Throwable error)
           
 void error(java.lang.Throwable error)
           
 void info(java.lang.String content)
           
 void info(java.lang.String content, java.lang.Throwable error)
           
 void info(java.lang.Throwable error)
           
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isWarnEnabled()
           
 void warn(java.lang.String content)
           
 void warn(java.lang.String content, java.lang.String location, int lineNumber)
           
 void warn(java.lang.String content, java.lang.String location, int lineNumber, int columNumber)
           
 void warn(java.lang.String content, java.lang.Throwable error)
           
 void warn(java.lang.Throwable error)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface org.apache.felix.scrplugin.Log

debug

public void debug(java.lang.String content)
Specified by:
debug in interface org.apache.felix.scrplugin.Log

debug

public void debug(java.lang.String content,
                  java.lang.Throwable error)
Specified by:
debug in interface org.apache.felix.scrplugin.Log

debug

public void debug(java.lang.Throwable error)
Specified by:
debug in interface org.apache.felix.scrplugin.Log

isInfoEnabled

public boolean isInfoEnabled()
Specified by:
isInfoEnabled in interface org.apache.felix.scrplugin.Log

info

public void info(java.lang.String content)
Specified by:
info in interface org.apache.felix.scrplugin.Log

info

public void info(java.lang.String content,
                 java.lang.Throwable error)
Specified by:
info in interface org.apache.felix.scrplugin.Log

info

public void info(java.lang.Throwable error)
Specified by:
info in interface org.apache.felix.scrplugin.Log

isWarnEnabled

public boolean isWarnEnabled()
Specified by:
isWarnEnabled in interface org.apache.felix.scrplugin.Log

warn

public void warn(java.lang.String content)
Specified by:
warn in interface org.apache.felix.scrplugin.Log

warn

public void warn(java.lang.String content,
                 java.lang.String location,
                 int lineNumber)
Specified by:
warn in interface org.apache.felix.scrplugin.Log

warn

public void warn(java.lang.String content,
                 java.lang.String location,
                 int lineNumber,
                 int columNumber)
Specified by:
warn in interface org.apache.felix.scrplugin.Log

warn

public void warn(java.lang.String content,
                 java.lang.Throwable error)
Specified by:
warn in interface org.apache.felix.scrplugin.Log

warn

public void warn(java.lang.Throwable error)
Specified by:
warn in interface org.apache.felix.scrplugin.Log

isErrorEnabled

public boolean isErrorEnabled()
Specified by:
isErrorEnabled in interface org.apache.felix.scrplugin.Log

error

public void error(java.lang.String content)
Specified by:
error in interface org.apache.felix.scrplugin.Log

error

public void error(java.lang.String content,
                  java.lang.String location,
                  int lineNumber)
Specified by:
error in interface org.apache.felix.scrplugin.Log

error

public void error(java.lang.String content,
                  java.lang.String location,
                  int lineNumber,
                  int columnNumber)
Specified by:
error in interface org.apache.felix.scrplugin.Log

error

public void error(java.lang.String content,
                  java.lang.Throwable error)
Specified by:
error in interface org.apache.felix.scrplugin.Log

error

public void error(java.lang.Throwable error)
Specified by:
error in interface org.apache.felix.scrplugin.Log


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.